diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-05-30 18:30:16 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-05-30 18:30:16 +0000 |
commit | b9ef47ef57f4dfeaad3cd9a1278b1cd9c02d5116 (patch) | |
tree | 82177b7253ad12b4d321670155389e5a4af41391 | |
parent | 2e1d04bc4fa2d036f823d5251c731f594e0246dd (diff) | |
download | perl-b9ef47ef57f4dfeaad3cd9a1278b1cd9c02d5116.tar.gz |
detypo
p4raw-id: //depot/cfgperl@6164
-rwxr-xr-x | Configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Mon May 29 06:10:19 EET DST 2000 [metaconfig 3.0 PL70] +# Generated on Tue May 30 21:30:30 EET DST 2000 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.com) cat >/tmp/c1$$ <<EOF @@ -10215,7 +10215,7 @@ EOP d_nv_preserved_bits="`./try$exe_ext`" fi case "$d_nv_preserved_bits" in - [1-9]*) $echo "Your NVs can preserve $d_nv_preserved_bits of your NVs." 2>&1 ;; + [1-9]*) $echo "Your NVs can preserve $d_nv_preserved_bits bits of your NVs." 2>&1 ;; *) $echo "Can't figure out how many bits your NVs preserve." 2>&1 d_nv_preserved_bits="$undef" ;; |