summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-02-28 12:36:34 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2009-02-28 12:36:34 +0100
commita157f2b817caa6d4b3831efa62fed40dbdab0d43 (patch)
tree319bb9d34d3f3fc2eeb87ae164b1402a30e30572 /etc
parentd1f0252826b2089d9d0a607560bc17b0c63a4463 (diff)
rtab: Fixed typo in help
Diffstat (limited to 'etc')
-rwxr-xr-xetc/functions/rtab2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/functions/rtab b/etc/functions/rtab
index 46b315a..8a5bc09 100755
--- a/etc/functions/rtab
+++ b/etc/functions/rtab
@@ -41,7 +41,7 @@ while [[ $1 == -* ]]; do
print ' -s, --short Truncate directory names to the first character'
print ' -t, --tilde Substitute ~ for the home directory'
print ' -T, --nameddirs Substitute named directories as well'
- print 'The long options can also bu set via zstyle, like'
+ print 'The long options can also be set via zstyle, like'
print ' zstyle :prompt:rtab fish yes'
return 0
;;