Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/iconv fix typo, from Ryo HAYASAKA in PR 44332.



details:   https://anonhg.NetBSD.org/src/rev/5e1e901657d5
branches:  trunk
changeset: 760502:5e1e901657d5
user:      dholland <dholland%NetBSD.org@localhost>
date:      Thu Jan 06 08:30:09 2011 +0000

description:
fix typo, from Ryo HAYASAKA in PR 44332.

diffstat:

 usr.bin/iconv/iconv.1 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 56f627ee9470 -r 5e1e901657d5 usr.bin/iconv/iconv.1
--- a/usr.bin/iconv/iconv.1     Thu Jan 06 08:18:42 2011 +0000
+++ b/usr.bin/iconv/iconv.1     Thu Jan 06 08:30:09 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: iconv.1,v 1.3 2008/03/20 11:35:44 tnozaki Exp $
+.\" $NetBSD: iconv.1,v 1.4 2011/01/06 08:30:09 dholland Exp $
 .\"
 .\" Copyright (c)2003 Citrus Project,
 .\" All rights reserved.
@@ -77,7 +77,7 @@
 .Dq invalid character
 specified by the
 .Ar to_name
-codeset when it encounts a character which is valid in the
+codeset when it encounters a character which is valid in the
 .Ar from_name
 codeset but does not have a corresponding character in the
 .Ar to_name



Home | Main Index | Thread Index | Old Index