summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--Porting/release_managers_guide.pod2
-rwxr-xr-xPorting/sync-with-cpan2
-rw-r--r--amigaos4/amigaio.c2
-rw-r--r--amigaos4/amigaos.c2
5 files changed, 5 insertions, 4 deletions
diff --git a/AUTHORS b/AUTHORS
index 599b6c6ec8..a2dafe9650 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -281,6 +281,7 @@ Conrad E. Kimball <cek@tblv021.ca.boeing.com>
Craig A. Berry <craigberry@mac.com>
Craig DeForest <zowie@euterpe.boulder.swri.edu>
Craig Milo Rogers <Rogers@ISI.EDU>
+cuishuang <imcusg@gmail.com>
Curtis Jewell <perl@csjewell.fastmail.us>
Curtis Poe <cp@onsitetech.com>
Dabrien 'Dabe' Murphy <dabe@dabe.com>
diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod
index e54d01a4f6..f782aaeded 100644
--- a/Porting/release_managers_guide.pod
+++ b/Porting/release_managers_guide.pod
@@ -520,7 +520,7 @@ release (so for 5.15.3 this would be 5.15.2).
Note: It should not be harmful to use a wider range.
Note: If you have uncommitted changes this could cause some warnings,
-and you might like to use the addtional argument C<--to=upstream/blead>
+and you might like to use the additional argument C<--to=upstream/blead>
to use the last known git commit by GitHub.
Review the changes to the AUTHORS file, be sure you are not adding duplicate
diff --git a/Porting/sync-with-cpan b/Porting/sync-with-cpan
index 0135ccb048..0fc5726eed 100755
--- a/Porting/sync-with-cpan
+++ b/Porting/sync-with-cpan
@@ -671,7 +671,7 @@ Next, you should run "make minitest" and then "make test".
Minitest uses miniperl, which does not support XS modules. The full test
suite uses perl, which does. Minitest can fail - e.g. if a cpan module
-has added an XS dependancy - even if the full test suite passes just fine.
+has added an XS dependency - even if the full test suite passes just fine.
Hopefully all will complete successfully, but if not, you can make any
changes you need to get the tests to pass. Don't forget that you'll need
diff --git a/amigaos4/amigaio.c b/amigaos4/amigaio.c
index 3b2cdcd5e0..e51186c958 100644
--- a/amigaos4/amigaio.c
+++ b/amigaos4/amigaio.c
@@ -803,7 +803,7 @@ void *amigaos_system_child(void *userdata)
I32 value;
STRLEN n_a;
/* these next are declared by macros else where but I may be
- * passing modified values here so declare them explictly but
+ * passing modified values here so declare them explicitly but
* still referred to by macro below */
register SV **sp;
diff --git a/amigaos4/amigaos.c b/amigaos4/amigaos.c
index e136b55087..0868f977b4 100644
--- a/amigaos4/amigaos.c
+++ b/amigaos4/amigaos.c
@@ -521,7 +521,7 @@ void ___freeenviron()
}
-/* Work arround for clib2 fstat */
+/* Work around for clib2 fstat */
#ifndef S_IFCHR
#define S_IFCHR 0x0020000
#endif