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}++;