summaryrefslogtreecommitdiff
path: root/plan9
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 /plan9
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 'plan9')
-rw-r--r--plan9/config.plan92
-rw-r--r--plan9/config_h.sample2
2 files changed, 2 insertions, 2 deletions
diff --git a/plan9/config.plan9 b/plan9/config.plan9
index c5b427e6f4..b6408b06c0 100644
--- a/plan9/config.plan9
+++ b/plan9/config.plan9
@@ -299,7 +299,7 @@
/* HAS_MBLEN:
* This symbol, if defined, indicates that the mblen routine is available
- * to find the number of bytes in a multibye character.
+ * to find the number of bytes in a multibyte character.
*/
#define HAS_MBLEN /**/
diff --git a/plan9/config_h.sample b/plan9/config_h.sample
index 651817827c..5ecf2632bf 100644
--- a/plan9/config_h.sample
+++ b/plan9/config_h.sample
@@ -224,7 +224,7 @@
/* HAS_MBLEN:
* This symbol, if defined, indicates that the mblen routine is available
- * to find the number of bytes in a multibye character.
+ * to find the number of bytes in a multibyte character.
*/
#define HAS_MBLEN /**/