This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl.h: Fix typo
authorKarl Williamson <khw@cpan.org>
Sun, 18 Sep 2022 17:38:40 +0000 (11:38 -0600)
committerKarl Williamson <khw@cpan.org>
Sun, 18 Sep 2022 17:45:37 +0000 (11:45 -0600)
perl.h

diff --git a/perl.h b/perl.h
index be280d0..0495c16 100644 (file)
--- a/perl.h
+++ b/perl.h
@@ -491,7 +491,7 @@ Example usage:
 This is used to suppress compiler warnings that a parameter to a function is
 not used.  This situation can arise, for example, when a parameter is needed
 under some configuration conditions, but not others, so that C preprocessor
-conditional compilation causes it be used just some times.
+conditional compilation causes it be used just sometimes.
 
 =for apidoc Amn;||PERL_UNUSED_CONTEXT
 This is used to suppress compiler warnings that the thread context parameter to