commit: 6e2c50a81f3625aa3f415bd6253404a6af617dbf Author: Kerin Millar <kfm <AT> plushkava <DOT> net> AuthorDate: Sun Jun 9 01:08:05 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jun 14 00:27:44 2024 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-functions.git/commit/?id=6e2c50a8
Rectify a typo for _update_tty_level() Signed-off-by: Kerin Millar <kfm <AT> plushkava.net> functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.sh b/functions.sh index 52224a5..0cd5316 100644 --- a/functions.sh +++ b/functions.sh @@ -1036,7 +1036,7 @@ _update_tty_level() } # -# Prints a diganostic message concerning invalid function arguments. The first +# Prints a diagnostic message concerning invalid function arguments. The first # argument shall be taken as a function identifier. The remaining arguments # shall be safely rendered as a part of the diagnostic. #
