aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-12-08 10:09:11 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-12-08 10:09:11 +1300
commit43c8dbd7ed967c63b4c95e1ef822ce5f75b86584 (patch)
tree4a8d3601d5b192e2d3bf0807be3de18af63659fe
parentMerge branch 'feature/vim-vint-in...' into develop (diff)
parentCorrect a homophone error in a comment (diff)
downloaddotfiles-43c8dbd7ed967c63b4c95e1ef822ce5f75b86584.tar.gz
dotfiles-43c8dbd7ed967c63b4c95e1ef822ce5f75b86584.zip
Merge branch 'feature/typofix' into develop
* feature/typofix: 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