summaryrefslogtreecommitdiff
path: root/ext/Amiga-ARexx
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 /ext/Amiga-ARexx
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 'ext/Amiga-ARexx')
-rw-r--r--ext/Amiga-ARexx/ARexx.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/Amiga-ARexx/ARexx.pm b/ext/Amiga-ARexx/ARexx.pm
index 44057680f3..85e8f39b98 100644
--- a/ext/Amiga-ARexx/ARexx.pm
+++ b/ext/Amiga-ARexx/ARexx.pm
@@ -26,7 +26,7 @@ our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
our @EXPORT = qw(
);
-our $VERSION = '0.04';
+our $VERSION = '0.05';
require XSLoader;
XSLoader::load('Amiga::ARexx', $VERSION);
@@ -309,7 +309,7 @@ Send the "commandstring" to host "desthost" for execution. Commandstring might b
$m = $msg->message();
-Retreive the message "command" as a string;
+Retrieve the message "command" as a string;
=head2 reply