another typo fix

This commit is contained in:
2012-02-07 13:22:30 +00:00
parent 43cad6dcf5
commit da7d797483

View File

@@ -147,7 +147,8 @@ path_add_after () {
# Strips first and last character from intput string.
#
# Example:
# __path_clean ":/bin:/usr/bin:" #=> /bin:/usr/bin
# $ __path_clean ":/bin:/usr/bin:"
# /bin:/usr/bin
#
__path_clean () {
local dirs=${1%?}