summaryrefslogtreecommitdiff
path: root/lib/misc.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/misc.zsh')
-rw-r--r--lib/misc.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/misc.zsh b/lib/misc.zsh
index ff2017713..054485f5a 100644
--- a/lib/misc.zsh
+++ b/lib/misc.zsh
@@ -19,7 +19,7 @@ setopt multios # enable redirect to multiple streams: echo >file1 >
setopt long_list_jobs # show long list format job notifications
setopt interactivecomments # recognize comments
-# define pager dependant on what is available (less or more)
+# define pager depending on what is available (less or more)
if (( ${+commands[less]} )); then
env_default 'PAGER' 'less'
env_default 'LESS' '-R'