This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Spelling - megapatch
[metaconfig.git] / U / perl / perlxvf.U
index 15e41a3..effac69 100644 (file)
 ?MAKE: -pick add $@ %<
 ?S:ivdformat:
 ?S:    This variable contains the format string used for printing
-?S:    a Perl IV as a signed decimal integer. 
+?S:    a Perl IV as a signed decimal integer.
 ?S:.
 ?S:uvuformat:
 ?S:    This variable contains the format string used for printing
-?S:    a Perl UV as an unsigned decimal integer. 
+?S:    a Perl UV as an unsigned decimal integer.
 ?S:.
 ?S:uvoformat:
 ?S:    This variable contains the format string used for printing
-?S:    a Perl UV as an unsigned octal integer. 
+?S:    a Perl UV as an unsigned octal integer.
 ?S:.
 ?S:uvxformat:
 ?S:    This variable contains the format string used for printing
@@ -39,7 +39,7 @@
 ?S:    a Perl NV using %e-ish floating point format.
 ?S:.
 ?S:nvfformat:
-?S:    This variable confains the format string used for printing
+?S:    This variable contains the format string used for printing
 ?S:    a Perl NV using %f-ish floating point format.
 ?S:.
 ?S:nvgformat:
@@ -51,7 +51,7 @@
 ?S:    a Perl NV using %E-ish floating point format.
 ?S:.
 ?S:nvFUformat:
-?S:    This variable confains the format string used for printing
+?S:    This variable contains the format string used for printing
 ?S:    a Perl NV using %F-ish floating point format.
 ?S:.
 ?S:nvGUformat:
 ?H:#define     NVFf            $nvFUformat             /**/
 ?H:#define     NVGf            $nvGUformat             /**/
 ?H:.
-
+: Check format strings for internal types
 echo " "
 $echo "Checking the format strings to be used for Perl's internal types..." >&4