From 8dc7d6554c3f314c6602215acb55aa69a2c66896 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Wed, 30 Aug 2017 06:55:57 -0700 Subject: [PATCH] Correct minor typo --- PBot/FactoidCommands.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PBot/FactoidCommands.pm b/PBot/FactoidCommands.pm index 863f028d..0a52f7bf 100644 --- a/PBot/FactoidCommands.pm +++ b/PBot/FactoidCommands.pm @@ -303,7 +303,7 @@ sub factredo { } if ($undos->{idx} + 1 == @{$undos->{list}}) { - return "There are no more redos reamining for [$channel] $trigger."; + return "There are no more redos remaining for [$channel] $trigger."; } $undos->{idx}++;