aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'files/shlib/functions.sh')
-rw-r--r--files/shlib/functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/shlib/functions.sh b/files/shlib/functions.sh
index 08a3f36..1603376 100644
--- a/files/shlib/functions.sh
+++ b/files/shlib/functions.sh
@@ -36,7 +36,7 @@
#
# str util:
# int yesno ( word, **YESNO_YES=0, **YESNO_NO=1, **YESNO_EMPTY=2 )
-# ~int str_strim ( *args )
+# ~int str_trim ( *args )
# ~int str_upper ( *args )
# ~int str_lower ( *args )
# ~int str_field ( fieldspec, *args, **FIELD_SEPARATOR=' ' )