summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/os2/OS2/OS2-REXX
diff options
context:
space:
mode:
authorsthen <sthen@openbsd.org>2013-03-25 20:06:16 +0000
committersthen <sthen@openbsd.org>2013-03-25 20:06:16 +0000
commit898184e3e61f9129feb5978fad5a8c6865f00b92 (patch)
tree56f32aefc1eed60b534611007c7856f82697a205 /gnu/usr.bin/perl/os2/OS2/OS2-REXX
parentPGSHIFT -> PAGE_SHIFT (diff)
downloadwireguard-openbsd-898184e3e61f9129feb5978fad5a8c6865f00b92.tar.xz
wireguard-openbsd-898184e3e61f9129feb5978fad5a8c6865f00b92.zip
import perl 5.16.3 from CPAN - worked on by Andrew Fresh and myself
Diffstat (limited to 'gnu/usr.bin/perl/os2/OS2/OS2-REXX')
-rw-r--r--gnu/usr.bin/perl/os2/OS2/OS2-REXX/REXX.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/os2/OS2/OS2-REXX/REXX.xs b/gnu/usr.bin/perl/os2/OS2/OS2-REXX/REXX.xs
index 428dfd57f58..6f4bf2b4164 100644
--- a/gnu/usr.bin/perl/os2/OS2/OS2-REXX/REXX.xs
+++ b/gnu/usr.bin/perl/os2/OS2/OS2-REXX/REXX.xs
@@ -89,7 +89,7 @@ exec_in_REXX_with(pTHX_ char *cmd, int c, char **handlerNames, RexxFunctionHandl
s = cmd;
while (*s) {
- if (*s == '\n') { /* Is not preceeded by \r! */
+ if (*s == '\n') { /* Is not preceded by \r! */
Newx(cmd, 2*strlen(cmd)+1, char);
s = ocmd;
t = cmd;