summaryrefslogtreecommitdiff
path: root/README.qnx
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 /README.qnx
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 'README.qnx')
-rw-r--r--README.qnx2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.qnx b/README.qnx
index c16072eecb..f677c203c6 100644
--- a/README.qnx
+++ b/README.qnx
@@ -173,7 +173,7 @@ we will pass to Configure through -Dsysroot.
=head3 Preparing the target system
It's quite possible that the target system doesn't have a readily
-available /tmp, so it's generall safer to do something like this:
+available /tmp, so it's generally safer to do something like this:
$ ssh $TARGETUSER@$TARGETHOST 'rm -rf perl; mkdir perl; mkdir perl/tmp'
$ export TARGETDIR=`ssh $TARGETUSER@$TARGETHOST pwd`/perl