Fix typo
This commit is contained in:
parent
abe30ac2b2
commit
c909c8880d
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ sub parser_expr {
|
||||||
return sub {
|
return sub {
|
||||||
my $ctx = shift;
|
my $ctx = shift;
|
||||||
my $name = $tok->{value};
|
my $name = $tok->{value};
|
||||||
die "Undefined idnetifier $name" unless
|
die "Undefined identifier $name" unless
|
||||||
exists $ctx->{$name};
|
exists $ctx->{$name};
|
||||||
return $ctx->{$name};
|
return $ctx->{$name};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue