summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKerin Millar <kfm@plushkava.net>2024-06-09 02:08:05 +0100
committerKerin Millar <kfm@plushkava.net>2024-06-14 01:27:44 +0100
commit6e2c50a81f3625aa3f415bd6253404a6af617dbf (patch)
tree9d08dff1dfeb559efde4f01c8eba63c3f47fa1b8
parentThrottle the rate at which genfun_cols may be refreshed (diff)
downloadgentoo-functions-6e2c50a81f3625aa3f415bd6253404a6af617dbf.tar.gz
gentoo-functions-6e2c50a81f3625aa3f415bd6253404a6af617dbf.tar.bz2
gentoo-functions-6e2c50a81f3625aa3f415bd6253404a6af617dbf.zip
Rectify a typo for _update_tty_level()
Signed-off-by: Kerin Millar <kfm@plushkava.net>
-rw-r--r--functions.sh2
1 files changed, 1 insertions, 1 deletions
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.
#