commit: 6f8204800db6d66cc006cea972c6936c6675d8cc
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 14 00:07:53 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 14 00:08:25 2024 +0000
URL:
https://gitweb.gentoo.org/proj/gentoo-functions.git/commit/?id=6f820480
functions.sh.in: fix typo
Kerin fixed this in a later push but I'd already pulled it in by that
point.
Signed-off-by: Sam James <sam <AT> gentoo.org>
functions.sh.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/functions.sh.in b/functions.sh.in
index e40f1ff..6d77f59 100644
--- a/functions.sh.in
+++ b/functions.sh.in
@@ -499,7 +499,7 @@ _update_tty_level()
# terminal is detected, the value shall be 0. If a dumb terminal is
# detected, the value shall be 1. If a smart terminal is detected, the
# value shall be 2. For a terminal to be considered as smart, it must be
- # able to successfuly reports its dimensions.
+ # able to successfully report its dimensions.
if [ ! -t 0 ]; then
genfun_tty=0
elif _has_dumb_terminal || ! _update_columns; then