Skip to content

Commit 7a3c41d

Browse files
pjcjkhwilliamson
authored andcommitted
Fix typo in perlhacktips
1 parent 6ccfa9d commit 7a3c41d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pod/perlhacktips.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ Perl also has conflicts with that.
385385

386386
Perl reserves for its use any symbol beginning with C<Perl>, C<perl>,
387387
or C<PL_>. Any time you introduce a macro into a header file that
388-
doesn't follow that convention, you are creating the possiblity of a
388+
doesn't follow that convention, you are creating the possibility of a
389389
namespace clash with an existing XS module, unless you restrict it by,
390390
say,
391391

0 commit comments

Comments
 (0)