From a0a1c00d3aac5aad25ab65855f83c75dc97a801b Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 20 Nov 2017 23:47:34 +1300 Subject: Correct a homophone error in a comment --- games/dr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/dr.sh') 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 -- cgit v1.2.3