3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-03 09:58:42 +02:00

Correct minor typo

This commit is contained in:
Pragmatic Software 2017-08-30 06:55:57 -07:00
parent b0b1d1affa
commit 8dc7d6554c

View File

@ -303,7 +303,7 @@ sub factredo {
} }
if ($undos->{idx} + 1 == @{$undos->{list}}) { 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}++; $undos->{idx}++;