diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-11-04 22:51:42 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-11-04 22:51:42 +0100 |
commit | 0012c63bf47f9e75bbc81af49aac7843156f8cd5 (patch) | |
tree | 4c858a63db3358ee1c3564b3a604b445b1442584 /include | |
parent | a37ce05a02f1b891d94c1e1033680bc3c39fbc44 (diff) |
core: replace 'greylist' with 'allowlist'
There's a single replacement, and it made sense to have 'allowlist' there.
Diffstat (limited to 'include')
-rw-r--r-- | include/ModemManager-tags.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ModemManager-tags.h b/include/ModemManager-tags.h index 8eb8324f..ec781426 100644 --- a/include/ModemManager-tags.h +++ b/include/ModemManager-tags.h @@ -263,7 +263,7 @@ /** * ID_MM_TTY_MANUAL_SCAN_ONLY: * - * This was a device-specific tag that allowed explicitly greylisting + * This was a device-specific tag that allowed explicitly allowlisting * devices that exposed TTY devices so that they were never probed * automatically. Instead, an explicit manual scan request could * be sent to the daemon so that the TTY ports exposed by the device |