aboutsummaryrefslogtreecommitdiffstats
path: root/makepass.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'makepass.zsh')
-rwxr-xr-xmakepass.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/makepass.zsh b/makepass.zsh
index 11e6f69..60f2cc1 100755
--- a/makepass.zsh
+++ b/makepass.zsh
@@ -49,7 +49,7 @@ typeset -gi COL_NUM # Number of columns to print
# > The values of RANDOM form an intentionally-repeatable pseudo-random sequence;
# > subshells that reference RANDOM will result in identical pseudo-random values
# > unless the value of RANDOM is referenced or seeded in the parent shell in
-# > between subshell invocations.
+# > between subshell invocations.
# So remember to throw away a $RANDOM between subshell invocations!
#