Fix grammar
This commit is contained in:
parent
03dfa8f188
commit
9d2665e2e8
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ sub ctx_get {
|
|||
$ctx = $ctx->{base};
|
||||
}
|
||||
|
||||
die "Variable $identifier does not defined" unless defined $ctx;
|
||||
die "Identifier $identifier is not defined" unless defined $ctx;
|
||||
|
||||
return $ctx->{vars}->{$identifier};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue