This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlapi: Fix misspelling
authorKarl Williamson <khw@cpan.org>
Mon, 2 May 2022 20:27:19 +0000 (14:27 -0600)
committerKarl Williamson <khw@cpan.org>
Mon, 2 May 2022 20:28:22 +0000 (14:28 -0600)
sv.c

diff --git a/sv.c b/sv.c
index 1a6f9a4..312c496 100644 (file)
--- 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
 */