diff options
Diffstat (limited to 'wince')
-rw-r--r-- | wince/bin/pl2bat.pl | 2 | ||||
-rw-r--r-- | wince/comp.pl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/wince/bin/pl2bat.pl b/wince/bin/pl2bat.pl index cdbac6f273..d70a316676 100644 --- a/wince/bin/pl2bat.pl +++ b/wince/bin/pl2bat.pl @@ -218,7 +218,7 @@ use B<pl2bat>. The generated batch file is initially processed as a batch file each time it is run. This means that, to use it from within another batch -file you should preceed it with C<call> or else the calling batch +file you should precede it with C<call> or else the calling batch file will not run any commands after the script: call script [args] diff --git a/wince/comp.pl b/wince/comp.pl index 83f31d09f3..3fab27ccce 100644 --- a/wince/comp.pl +++ b/wince/comp.pl @@ -20,7 +20,7 @@ and perl comp.pl --do cecopy pc:..\lib\Exporter.pm ce:[p]\lib --copy copies file to CE device - here also [p] will be expanded to corrent PerlCE path, and additionally + here also [p] will be expanded to current PerlCE path, and additionally when --copy=compact specified then, if filename looks like perl module, then POD will be stripped away from that file modules |