From 6e2c50a81f3625aa3f415bd6253404a6af617dbf Mon Sep 17 00:00:00 2001 From: Kerin Millar Date: Sun, 9 Jun 2024 02:08:05 +0100 Subject: Rectify a typo for _update_tty_level() Signed-off-by: Kerin Millar --- 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. # -- cgit v1.2.3-65-gdbad