summaryrefslogtreecommitdiff
path: root/pod/perlapi.pod
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2008-01-09 17:59:11 +0000
committerSteve Hay <SteveHay@planit.com>2008-01-09 17:59:11 +0000
commit1f066abc4571f26ec99c1c7632d1ce12643de844 (patch)
tree441d57b79569492cdc06eccc39322a1c8f3abc9b /pod/perlapi.pod
parentbefeb9c88c849d399eafce618c4acac56545b780 (diff)
downloadperl-1f066abc4571f26ec99c1c7632d1ce12643de844.tar.gz
Fix prototype in regexp code following #32851, and regen
p4raw-id: //depot/perl@32925
Diffstat (limited to 'pod/perlapi.pod')
-rw-r--r--pod/perlapi.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlapi.pod b/pod/perlapi.pod
index d13902674e..514e158966 100644
--- a/pod/perlapi.pod
+++ b/pod/perlapi.pod
@@ -1562,7 +1562,7 @@ X<HeUTF8>
Returns whether the C<char *> value returned by C<HePV> is encoded in UTF-8,
doing any necessary dereferencing of possibly C<SV*> keys. The value returned
-will be 0 or non-0, not necesarily 1 (or even a value with any low bits set),
+will be 0 or non-0, not necessarily 1 (or even a value with any low bits set),
so B<do not> blindly assign this to a C<bool> variable, as C<bool> may be a
typedef for C<char>.