Skip to content

Commit a68350e

Browse files
pjcjkhwilliamson
authored andcommitted
Fix spelling in perlvar
1 parent 69b5e8a commit a68350e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pod/perlvar.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ names in the current package. Some even have medium names, generally
7676
borrowed from B<awk>. For more info, please see L<English>.
7777

7878
Before you continue, note the sort order for variables. In general, we
79-
first list the variables in case-insensitive, almost-lexigraphical
79+
first list the variables in case-insensitive, almost-lexicographical
8080
order (ignoring the C<{> or C<^> preceding words, as in C<${^UNICODE}>
8181
or C<$^T>), although C<$_> and C<@_> move up to the top of the pile.
8282
For variables with the same identifier, we list it in order of scalar,
@@ -1016,7 +1016,7 @@ Consider the following code:
10161016
Notice that each successful match in the exact same scope overrides the
10171017
match context of the previous successful match, but that unsuccessful
10181018
matches do not. Also note that in an inner nested scope the previous
1019-
state from an outer dynamic scope persists until it has been overriden
1019+
state from an outer dynamic scope persists until it has been overridden
10201020
by another successful match, but that when the inner nested scope exits
10211021
whatever match context was in effect before the inner successful match
10221022
is restored when the scope concludes.

0 commit comments

Comments
 (0)