Skip to content

Commit 4e7eee0

Browse files
authored
Fix typos in POD
Part of fixing #346
1 parent 9ecb407 commit 4e7eee0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/HLL/CommandLine.nqp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ HLL::CommandLine - command line parsing tools
1818

1919
# -e "program" also treats everything after it as arguments
2020
# to the program:
21-
$paser.add-stopper('-e');
21+
$parser.add-stopper('-e');
2222

2323
my $results := $parser.parse(@*ARGS);
2424
my %options := $parser.options;
25-
my @args := $pasre.arguments; # remaining arguments from @*ARGS
25+
my @args := $parser.arguments; # remaining arguments from @*ARGS
2626

2727
=head1 DESCRIPTION
2828

0 commit comments

Comments
 (0)