aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorAndré Erdmann <dywi@mailerd.de>2013-11-14 18:56:29 +0100
committerAndré Erdmann <dywi@mailerd.de>2013-11-14 18:56:29 +0100
commitf3d02d54049ef80def2bd96ac0c4ef81c9406382 (patch)
treebc9428950d89369a8900ed605940c71640380548 /files
parentroverlay/tools/shenv.py: accept LC_ variables (diff)
downloadR_overlay-f3d02d54049ef80def2bd96ac0c4ef81c9406382.tar.gz
R_overlay-f3d02d54049ef80def2bd96ac0c4ef81c9406382.tar.bz2
R_overlay-f3d02d54049ef80def2bd96ac0c4ef81c9406382.zip
files/shlib/functions.sh: minor doc typo
Diffstat (limited to 'files')
-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=' ' )