From 7ba4cafdedfd514ee2b95c40f6e9d8a55456fed7 Mon Sep 17 00:00:00 2001 From: kazu Date: Sat, 1 Jan 2011 03:02:31 +0000 Subject: [PATCH] fix a typo git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30447 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bc9cb7df9f..1ce923a9d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,7 +11,7 @@ Sat Jan 1 11:03:58 2011 Nobuyoshi Nakada * NEWS (optparse): shell completion support. - * misc/README (rb_optparse.{bash,zzh}): for shell completion. + * misc/README (rb_optparse.{bash,zsh}): for shell completion. * include/ruby/intern.h (VALUE rb_ary_join): I have never seen this function anywhere.