aboutsummaryrefslogtreecommitdiff
path: root/bin/rnda
diff options
context:
space:
mode:
Diffstat (limited to 'bin/rnda')
-rwxr-xr-xbin/rnda4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/rnda b/bin/rnda
index 078e5008..5af4a3bd 100755
--- a/bin/rnda
+++ b/bin/rnda
@@ -1,5 +1,5 @@
#!/bin/sh
-# Choose a random argument using rndi(1)
+# Choose a random argument using rndi(1df)
# Check we have at least one argument
if [ "$#" -eq 0 ] ; then
@@ -7,7 +7,7 @@ if [ "$#" -eq 0 ] ; then
exit 2
fi
-# Get a random seed from rnds(1); if it's empty, that's still workable
+# Get a random seed from rnds(1df); if it's empty, that's still workable
seed=$(rnds)
# Get a random integet from 1 to the number of arguments