Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Jan 26, 2023
1 parent 9a3d391 commit a91b431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/PDL/Graphics/Gnuplot.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6110,7 +6110,7 @@ our $_OptionEmitters = {
'qnm' => sub { my($k,$v,$h) = @_;
return "" unless((defined($v) and !($h->{multiplot})));
return "unset $k\n" unless(length($v));
$v = quote_scape($v);
$v = quote_escape($v);
return "set $k \"$v\"\n";
},

Expand Down

0 comments on commit a91b431

Please sign in to comment.