Update language to comply with Android’s inclusive language guidance

See https://source.android.com/setup/contribute/respectful-code for reference

 #inclusivefixit

Bug: 161896447
Test: N/A
Change-Id: I9fd970726d739da658f6419a1ccd3e4952b17c78
This commit is contained in:
Ivan Lozano
2020-07-28 09:31:06 -04:00
parent fed798fabd
commit b021b2aeb3
5 changed files with 5 additions and 5 deletions

View File

@@ -1116,7 +1116,7 @@ def ReadApexKeysInfo(tf_zip):
privkey.endswith(privkey_suffix) and
pubkey[:-pubkey_suffix_len] == privkey[:-privkey_suffix_len])
# Sanity check on the container key names, as we'll carry them without the
# Check the container key names, as we'll carry them without the
# extensions. This doesn't apply to payload keys though, which we will use
# full names only.
container_cert = matches.group("CONTAINER_CERT")