From 44628c19f1fca7966c1fa9b2b07aded7f978d1e1 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 1 Jul 2017 23:49:35 +1200 Subject: Fix typo --- games/pks.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games') diff --git a/games/pks.awk b/games/pks.awk index 1e69f4ee..fb40ce7b 100644 --- a/games/pks.awk +++ b/games/pks.awk @@ -34,7 +34,7 @@ END { # Strip trailing possessives and punctuation sub(/[^[:alpha:]]+s*$/, "", wr) - # Two or three "has"? Important decisions here folks + # Two or three "ha"s? Important decisions here folks hr = int(rand()*2+1) for (ha = "Ha"; hi < hr; hi++) ha = ha ", ha" -- cgit v1.2.3