Fix grammar
This commit is contained in:
parent
b14ed6d9d1
commit
1ff74f4f6c
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ sub ctx_assign {
|
|||
$ctx = $ctx->{base};
|
||||
}
|
||||
|
||||
die "Variable $identifier does not defined" unless defined $ctx;
|
||||
die "Variable $identifier is not defined" unless defined $ctx;
|
||||
|
||||
$ctx->{vars}->{$identifier} = $value;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue