summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-05-02 14:27:19 -0600
committerKarl Williamson <khw@cpan.org>2022-05-02 14:28:22 -0600
commitae2774da267860b01067afed64ae9035300d70dc (patch)
treec21cfc79fb93dfe704cacae78576c78dc911d4e8 /sv.c
parente10306bf3bae26c846250219f855d46b17c65b28 (diff)
downloadperl-ae2774da267860b01067afed64ae9035300d70dc.tar.gz
perlapi: Fix misspelling
Diffstat (limited to 'sv.c')
-rw-r--r--sv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sv.c b/sv.c
index 1a6f9a4937..312c496dab 100644
--- a/sv.c
+++ b/sv.c
@@ -3483,7 +3483,7 @@ C<sv_utf8_downgrade> processes 'get' magic on C<sv>.
C<sv_utf8_downgrade_nomg> does not.
C<sv_utf8_downgrade_flags> has an additional C<flags> parameter in which you can specify
-C<SV_GMAGIC> to process 'get' magic, or leave it cleared to not proccess 'get' magic.
+C<SV_GMAGIC> to process 'get' magic, or leave it cleared to not process 'get' magic.
=cut
*/