summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-01-01 03:02:31 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-01-01 03:02:31 +0000
commit7ba4cafdedfd514ee2b95c40f6e9d8a55456fed7 (patch)
tree6f506391ee412569dfe29afe1af7885f5a2d94b2 /ChangeLog
parentccc55bb7c3753cc4e6ba736eed69162c43b63370 (diff)
fix a typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30447 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
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 <nobu@ruby-lang.org>
* 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.