1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Fix English typos in comments of check_names and list-identifiers

Signed-off-by: Yuto Takano <yuto.takano@arm.com>
This commit is contained in:
Yuto Takano
2021-08-16 10:37:24 +01:00
parent fb86ac70f5
commit 8246eb8fb6
2 changed files with 8 additions and 7 deletions

View File

@@ -56,9 +56,9 @@ else
cat <<EOF
Sorry, this script has to be called with --internal.
This script exists solely for backwards compatibility for the previous ieration
of list-identifiers.sh, of which only the --internal option remains in use. It
is a thin wrapper around list_internal_identifiers.py.
This script exists solely for backwards compatibility with the previous
iteration of list-identifiers.sh, of which only the --internal option remains in
use. It is a thin wrapper around list_internal_identifiers.py.
check-names.sh, which used to depend on this script, has been replaced with
check_names.py and is now self-complete.