Correct minor typo

This commit is contained in:
Pragmatic Software 2017-08-30 06:55:57 -07:00
parent b0b1d1affa
commit 8dc7d6554c
1 changed files with 1 additions and 1 deletions

View File

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