aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-20 23:47:34 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-20 23:48:24 +1300
commita0a1c00d3aac5aad25ab65855f83c75dc97a801b (patch)
treeadb3499b84386344791daffe96c62d4e9aac2e08
parentMerge branch 'release/v0.19.0' into develop (diff)
downloaddotfiles-a0a1c00d3aac5aad25ab65855f83c75dc97a801b.tar.gz
dotfiles-a0a1c00d3aac5aad25ab65855f83c75dc97a801b.zip
Correct a homophone error in a comment
-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