mirror of
https://github.com/pragma-/pbot.git
synced 2024-12-24 03:33:06 +01:00
Correct minor typo
This commit is contained in:
parent
b0b1d1affa
commit
8dc7d6554c
@ -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}++;
|
||||
|
Loading…
Reference in New Issue
Block a user