diff options
author | Mark-Jason Dominus <mjd@plover.com> | 1998-12-20 09:35:20 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1998-12-21 12:22:44 +0000 |
commit | 752ebe844985bd7c7f424795c73df4c551117eba (patch) | |
tree | 4527c2fcb6d3a755e38b445e151effb0c6b20286 /doio.c | |
parent | 2e51e4c923d7c75dbb5905605429fcea92ce2814 (diff) | |
download | perl-752ebe844985bd7c7f424795c73df4c551117eba.tar.gz |
To: perl5-porters@perl.com
Subject: PATCH (5.005_02): Dejargonizing
Date: Sun, 20 Dec 1998 14:35:20 -0500
Message-ID: <19981220193520.11230.qmail@plover.com>
From: Mark-Jason Dominus <mjd@plover.com>
To: perl5-porters@perl.com
Subject: PATCH (5.005_02): Spelling correction in warning message
Date: Sun, 20 Dec 1998 13:51:30 -0500
Message-ID: <19981220185130.11067.qmail@plover.com>
p4raw-id: //depot/cfgperl@2493
Diffstat (limited to 'doio.c')
-rw-r--r-- | doio.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -470,7 +470,7 @@ nextargv(register GV *gv) || (_djstat_fail_bits & _STFAIL_TRUENAME)!=0 #endif ) { - warn("Can't do inplace edit: %s would not be uniq", + warn("Can't do inplace edit: %s would not be unique", SvPVX(sv) ); do_close(gv,FALSE); continue; |