summaryrefslogtreecommitdiff
path: root/os2
diff options
context:
space:
mode:
authorSamanta Navarro <ferivoz@riseup.net>2020-10-03 12:39:08 +0000
committerJames E Keenan <jkeenan@cpan.org>2020-10-03 10:40:40 -0400
commitf1460a6600d0790c237adf97bee973eae35630bf (patch)
treea43dc647d0280e8df3fc08729e7b48ed7d6a7182 /os2
parent0df722d69378fb3b3df5c8d7746122138fcdc5a9 (diff)
downloadperl-f1460a6600d0790c237adf97bee973eae35630bf.tar.gz
Fix typos
For: https://github.com/Perl/perl5/pull/18201 Committer: Samanta Navarro is now a Perl author. To keep 'make test_porting' happy: Increment $VERSION in several files. Regenerate uconfig.h via './perl -Ilib regen/uconfig_h.pl'.
Diffstat (limited to 'os2')
-rw-r--r--os2/OS2/OS2-Process/Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/os2/OS2/OS2-Process/Makefile.PL b/os2/OS2/OS2-Process/Makefile.PL
index c24af0c1ed..3184130c0c 100644
--- a/os2/OS2/OS2-Process/Makefile.PL
+++ b/os2/OS2/OS2-Process/Makefile.PL
@@ -35,7 +35,7 @@ sub create_constants {
'-M^(HWND|WM|SC|SWP|WC|PROG|QW|EDI|WS|QWS|QWP|QWL|FF|FI|LS|FS|FCF|BS|MS|TBM|CF|CFI|FID|MB|MBID|CF|CFI|SPTR)_',
'-F', '-DINCL_NLS -DINCL_BASE -DINCL_PM', # Define more symbols
'os2emx.h' # EMX version of OS/2 API
- and warn("Can't build module with contants, falling back to no constants"),
+ and warn("Can't build module with constants, falling back to no constants"),
return;
rename 'OS2/Process/Const', 'Process_constants'
or warn("Error renaming module, falling back to no constants: $!"),