aboutsummaryrefslogtreecommitdiff
path: root/games/dr.sh
diff options
context:
space:
mode:
Diffstat (limited to 'games/dr.sh')
-rw-r--r--games/dr.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/dr.sh b/games/dr.sh
index df21d7a5..e019a953 100644
--- a/games/dr.sh
+++ b/games/dr.sh
@@ -10,7 +10,7 @@ d=${nd#*d}
[ "${nd%d*}" != "" ] && n=${nd%d*}
[ "${1#*+}" = "$1" ] || a=${1#*+}
-# Check number of roles and addendum make sense
+# Check number of rolls and addendum make sense
[ "$((n > 0 && a >= 0))" -eq 1 ] || exit 2
# Check this is a real die you can actually roll