mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-20 02:49:49 +01:00
Class: minor grammar fix
This commit is contained in:
parent
5396a7fcff
commit
6d6689b06e
@ -31,7 +31,7 @@ sub new {
|
||||
sub initialize {
|
||||
my ($package, $filename, $line) = caller(0);
|
||||
my (undef, undef, undef, $subroutine) = caller(1);
|
||||
Carp::croak("Missing initialize subroutine, created by $subroutine at $filename:$line");
|
||||
Carp::croak("Missing initialize subroutine in $subroutine at $filename:$line");
|
||||
}
|
||||
|
||||
1;
|
||||
|
Loading…
Reference in New Issue
Block a user