diff options
author | Sam James <sam@gentoo.org> | 2023-03-24 03:45:09 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-03-26 13:35:50 +0200 |
commit | 0c15410ef3949cf68fd934a45e401dcea2f6d6d9 (patch) | |
tree | bff3751fe27c4103d7be72471eab2d1b476a8077 /eclass | |
parent | acct-user.eclass: fix spelling (diff) | |
download | gentoo-0c15410ef3949cf68fd934a45e401dcea2f6d6d9.tar.gz gentoo-0c15410ef3949cf68fd934a45e401dcea2f6d6d9.tar.bz2 gentoo-0c15410ef3949cf68fd934a45e401dcea2f6d6d9.zip |
ada.eclass: fix spelling
Thanks to codespell.
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ada.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/ada.eclass b/eclass/ada.eclass index 198cd01477aa..a5cb9b297ee5 100644 --- a/eclass/ada.eclass +++ b/eclass/ada.eclass @@ -108,7 +108,7 @@ readonly _ADA_ALL_IMPLS # # Returns 0 if the implementation is valid and supported. If it is # unsupported, returns 1 -- and the caller should ignore the entry. -# If it is invalid, dies with an appopriate error messages. +# If it is invalid, dies with an appropriate error message. _ada_impl_supported() { debug-print-function ${FUNCNAME} "${@}" |