From b53be73dbd47215e1f5ddca82c6595890b81a374 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 3 Oct 2007 14:39:54 +0000 Subject: * ext/nkf/nkf.c, bin/ri, bin/irb: fixed typos in doc and comments. a patch from Eugene Ossintsev . git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13609 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/nkf/nkf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext') diff --git a/ext/nkf/nkf.c b/ext/nkf/nkf.c index 1cc582ac1..460b536bd 100644 --- a/ext/nkf/nkf.c +++ b/ext/nkf/nkf.c @@ -363,8 +363,8 @@ rb_nkf_guess2(VALUE obj, VALUE src) * * == Description * - * This is a Ruby Extension version of nkf (Netowrk Kanji Filter). - * It converts the first argument and return converted result. Conversion + * This is a Ruby Extension version of nkf (Network Kanji Filter). + * It converts the first argument and returns converted result. Conversion * details are specified by flags as the first argument. * * *Nkf* is a yet another kanji code converter among networks, hosts and terminals. -- cgit