This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix typos
authorAlexandr Savca <alexandr.savca89@gmail.com>
Tue, 9 Oct 2018 10:26:36 +0000 (13:26 +0300)
committerJames E Keenan <jkeenan@cpan.org>
Tue, 9 Oct 2018 13:34:08 +0000 (09:34 -0400)
Committer: For porting tests: Update $VERSION in 4 files.

Run:
    ./perl -Ilib regen/mk_invlists.pl
    ./perl -Ilib regen/regcharclass.pl

15 files changed:
INSTALL
README.aix
README.os2
README.solaris
README.win32
charclass_invlists.h
lib/File/Copy.pm
lib/Internals.pod
lib/Unicode/UCD.pm
lib/bytes.pm
lib/perl5db.pl
regcharclass.h
regen/regcharclass.pl
regen/regcharclass_multi_char_folds.pl
uni_keywords.h

diff --git a/INSTALL b/INSTALL
index 6a0faef..4c9e3bc 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -389,7 +389,7 @@ terms of performance and more importantly in terms of memory. SBOX32
 requires 1k of storage per character it can hash, and it must populate that
 storage with 256 32-bit random values as well. In practice the RNG we use
 for seeding the SBOX32 storage is very efficient and populating the table
-required for hashing even fairly long keys is negligble as we only do it
+required for hashing even fairly long keys is negligible as we only do it
 during startup. By default we build with SBOX32 enabled, but you change that
 by setting
 
@@ -2693,7 +2693,7 @@ completely removed.
 X<PERL_INTERNAL_RAND_SEED>
 
 If you configure perl with C<-Accflags=-DNO_PERL_INTERNAL_RAND_SEED>,
-perl will ignore the C<PERL_INTERNAL_RAND_SEED> enviroment variable.
+perl will ignore the C<PERL_INTERNAL_RAND_SEED> environment variable.
 
 =head1 DOCUMENTATION
 
index 7e185a9..5398150 100644 (file)
@@ -167,7 +167,7 @@ of mantissa.
 
 There seem to be various problems in this long double implementation.
 If Configure detects this brokenness, it will disable the long double support.
-This can be overriden with explicit C<-Duselongdouble> (or C<-Dusemorebits>,
+This can be overridden with explicit C<-Duselongdouble> (or C<-Dusemorebits>,
 which enables both long doubles and 64 bit integers).  If you decide to
 enable long doubles, for most of the broken things Perl has implemented
 workarounds, but the handling of the special values infinity and NaN
index fb249fc..9d1a19b 100644 (file)
@@ -695,7 +695,7 @@ currently start with C<f:/>).
 =head2 B<Warning>
 
 The automatic and manual perl installation leave precompiled paths
-inside perl executables. While these paths are overwriteable (see
+inside perl executables. While these paths are overwritable (see
 L</"C<PERLLIB_PREFIX>">, L</"C<PERL_SH_DIR>">), some people may prefer
 binary editing of paths inside the executables/DLLs.
 
index f6c288d..b3003c1 100644 (file)
@@ -152,7 +152,7 @@ SUNWsprot, SUNWtoo
 for libraries & headers: SUNWhea, SUNWarc, SUNWlibm, SUNWlibms, SUNWdfbh,
 SUNWcg6h, SUNWxwinc
 
-Additionaly, on Solaris 8 and 9 you also need:
+Additionally, on Solaris 8 and 9 you also need:
 
 for 64 bit development: SUNWarcx, SUNWbtoox, SUNWdplx, SUNWscpux,
 SUNWsprox, SUNWtoox, SUNWlmsx, SUNWlmx, SUNWlibCx
index 0d34d9f..0ca1ce4 100644 (file)
@@ -334,7 +334,7 @@ or later, and with MinGW64 64-bit 6.3.0 or later.
 Experimental support for using Intel C++ Compiler has been added. Edit
 win32/Makefile and pick the correct CCTYPE for the Visual C that Intel C was
 installed into. Also uncomment __ICC to enable Intel C on Visual C support.
-To set up the build enviroment, from the Start Menu run
+To set up the build environment, from the Start Menu run
 IA-32 Visual Studio 20__ mode or Intel 64 Visual Studio 20__ mode as
 appropriate. Then run nmake as usually in that prompt box.
 
@@ -418,7 +418,7 @@ Similarly you can build in parallel with GNU make, type "gmake -j2" to
 build with two parallel jobs, or higher for more.
 
 If you are advanced enough with building C code, here is a suggestion to speed
-up building perl, and the later C<make test>. Try to keep your PATH enviromental
+up building perl, and the later C<make test>. Try to keep your PATH environmental
 variable with the least number of folders possible (remember to keep your C
 compiler's folders there). C<C:\WINDOWS\system32> or C<C:\WINNT\system32>
 depending on your OS version should be first folder in PATH, since "cmd.exe"
index d77a74b..0204a25 100644 (file)
@@ -383371,7 +383371,7 @@ static const U8 WB_table[23][23] = {
 #endif /* defined(PERL_IN_REGEXEC_C) */
 
 /* Generated from:
- * f0b404b165a72b0aaeca3ce517cd14ea1b501720c98719dadbb990f1952fc568 lib/Unicode/UCD.pm
+ * d34c77b7e7a94986cc82056919f4ffc1503b73091561e16bd8ef145ac0fd04c5 lib/Unicode/UCD.pm
  * 0bc5023a4606962114c4eb3775fae072cad8fecef5894d0de06603b1c70cbb47 lib/unicore/ArabicShaping.txt
  * 2c7e2fb0cb91b378f0fa9301e951946e4de68f2ab6afc68d21bcff57cd2a8ad8 lib/unicore/BidiBrackets.txt
  * f6d297765469724af523737c80faba3c33518fade4c5dc599e3ab51846f56916 lib/unicore/BidiMirroring.txt
index b796451..63609cc 100644 (file)
@@ -24,7 +24,7 @@ sub syscopy;
 sub cp;
 sub mv;
 
-$VERSION = '2.33';
+$VERSION = '2.34';
 
 require Exporter;
 @ISA = qw(Exporter);
@@ -501,7 +501,7 @@ $! will be set if an error was encountered.
 Before calling copy() or move() on a filehandle, the caller should
 close or flush() the file to avoid writes being lost. Note that this
 is the case even for move(), because it may actually copy the file,
-depending on the OS-specific inplementation, and the underlying
+depending on the OS-specific implementation, and the underlying
 filesystem(s).
 
 =head1 AUTHOR
index 4a1144a..454ab0d 100644 (file)
@@ -59,7 +59,7 @@ each internal variable type.
 =item hv_clear_placeholders(%hash)
 
 Clear any placeholders from a locked hash. Should not be used directly.
-You should use the wrapper functions providewd by Hash::Util instead.
+You should use the wrapper functions provided by Hash::Util instead.
 As of 5.25 also available as C< Hash::Util::_clear_placeholders(%hash) >
 
 =back
index 0bb9667..1f04bca 100644 (file)
@@ -5,7 +5,7 @@ use warnings;
 no warnings 'surrogate';    # surrogates can be inputs to this
 use charnames ();
 
-our $VERSION = '0.71';
+our $VERSION = '0.72';
 
 require Exporter;
 
@@ -2091,7 +2091,7 @@ sub prop_aliases ($) {
         # as a key into another hash.  The whole concept is for memory
         # savings, as the second hash doesn't have to have all the
         # combinations.  Actually, there are two hashes that do the
-        # converstion.  One is used in utf8_heavy.pl (stored in Heavy.pl) for
+        # conversion.  One is used in utf8_heavy.pl (stored in Heavy.pl) for
         # looking up properties matchable in regexes.  This function needs to
         # access string properties, which aren't available in regexes, so a
         # second conversion hash is made for them (stored in UCD.pl).  Look in
index bc4304a..8c7a262 100644 (file)
@@ -1,6 +1,6 @@
 package bytes;
 
-our $VERSION = '1.06';
+our $VERSION = '1.07';
 
 $bytes::hint_bits = 0x00000008;
 
@@ -72,7 +72,7 @@ non-destructively examine characters' individual bytes.  Just insert this
 pragma temporarily, and remove it after the debugging is finished.
 
 The original usage can be accomplished by explicit (rather than this pragma's
-implict) encoding using the L<Encode> module:
+implicit) encoding using the L<Encode> module:
 
     use Encode qw/encode/;
 
index ecc49a8..39f76f3 100644 (file)
@@ -529,7 +529,7 @@ BEGIN {
 use vars qw($VERSION $header);
 
 # bump to X.XX in blead, only use X.XX_XX in maint
-$VERSION = '1.53';
+$VERSION = '1.54';
 
 $header = "perl5db.pl version $VERSION";
 
@@ -2931,7 +2931,7 @@ and then we look up the line in the magical C<%dbline> hash.
 =head4 C<-> - back one window
 
 We change C<$start> to be one window back; if we go back past the first line,
-we set it to be the first line. We ser C<$incr> to put us back at the
+we set it to be the first line. We set C<$incr> to put us back at the
 currently-executing line, and then put a C<l $start +> (list one window from
 C<$start>) in C<$cmd> to be executed later.
 
index f67e86d..179f2b3 100644 (file)
 #endif /* PERL_REGCHARCLASS_H_ */
 
 /* Generated from:
- * f0b404b165a72b0aaeca3ce517cd14ea1b501720c98719dadbb990f1952fc568 lib/Unicode/UCD.pm
+ * d34c77b7e7a94986cc82056919f4ffc1503b73091561e16bd8ef145ac0fd04c5 lib/Unicode/UCD.pm
  * 0bc5023a4606962114c4eb3775fae072cad8fecef5894d0de06603b1c70cbb47 lib/unicore/ArabicShaping.txt
  * 2c7e2fb0cb91b378f0fa9301e951946e4de68f2ab6afc68d21bcff57cd2a8ad8 lib/unicore/BidiBrackets.txt
  * f6d297765469724af523737c80faba3c33518fade4c5dc599e3ab51846f56916 lib/unicore/BidiMirroring.txt
  * aa29d36570237ec49c1fbd59d9cfafefcce690a286d3273ff4da49da1dfc88f2 lib/unicore/mktables
  * 7bd6bcbe3813e0cd55e0998053d182b7bc8c97dcfd0b85028e9f7f55af4ad61b lib/unicore/version
  * 4bb677187a1a64e39d48f2e341b5ecb6c99857e49d7a79cf503bd8a3c709999b regen/charset_translations.pl
- * f4fe24c2a005b636f6e7418df060c6c9a57ddcae4219b54d0cb18baf312dbc3a regen/regcharclass.pl
- * 393f8d882713a3ba227351ad0f00ea4839fda74fcf77dcd1cdf31519925adba5 regen/regcharclass_multi_char_folds.pl
+ * 6b1c1caf1004a96c15218dba6cec482f36a036ed91bb545315ba280319133a80 regen/regcharclass.pl
+ * c6b0b0b7e4ac4f5a57d203e84194749987477ea55b2366e3b343aadf8cc7d6b5 regen/regcharclass_multi_char_folds.pl
  * ex: set ro: */
index 8493636..393d483 100755 (executable)
@@ -43,7 +43,7 @@ the C<__DATA__> line):
 =item C<is_WHATEVER_safe(s,e,is_utf8)>
 
 Do a lookup as appropriate based on the C<is_utf8> flag. When possible
-comparisons involving octect<128 are done before checking the C<is_utf8>
+comparisons involving octet<128 are done before checking the C<is_utf8>
 flag, hopefully saving time.
 
 The version without the C<_safe> suffix should be used only when the input is
index 5ea9d33..73fb646 100644 (file)
@@ -132,7 +132,7 @@ sub multi_char_folds ($) {
     # case could be added here if necessary.
     #
     # No combinations of this with 's' need be added, as any of these
-    # containing 's' are prohibted under /iaa.
+    # containing 's' are prohibited under /iaa.
     push @folds, '"\x{17F}\x{17F}"' if $all_folds;
 
 
index 8c5125b..48e9dc6 100644 (file)
@@ -6944,7 +6944,7 @@ MPH_VALt match_uniprop( const unsigned char * const key, const U16 key_len ) {
 }
 
 /* Generated from:
- * f0b404b165a72b0aaeca3ce517cd14ea1b501720c98719dadbb990f1952fc568 lib/Unicode/UCD.pm
+ * d34c77b7e7a94986cc82056919f4ffc1503b73091561e16bd8ef145ac0fd04c5 lib/Unicode/UCD.pm
  * 0bc5023a4606962114c4eb3775fae072cad8fecef5894d0de06603b1c70cbb47 lib/unicore/ArabicShaping.txt
  * 2c7e2fb0cb91b378f0fa9301e951946e4de68f2ab6afc68d21bcff57cd2a8ad8 lib/unicore/BidiBrackets.txt
  * f6d297765469724af523737c80faba3c33518fade4c5dc599e3ab51846f56916 lib/unicore/BidiMirroring.txt