From 82a5736519578dddcb7876ebe343fd4b563b8678 Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 7 Sep 2008 17:03:38 +0000 Subject: [PATCH] fix typos. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19226 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 99f2171c2f..31e10903cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -103,7 +103,7 @@ Sun Sep 7 07:24:09 2008 Yukihiro Matsumoto * misc/ruby-mode.el, misc/ruby-electric.el: use regexp-opt where possible for more efficient regexps. - * misc/*.el: untabify, for interal consistency and consistency + * misc/*.el: untabify, for internal consistency and consistency with standard Emacs elisp files. * misc/ruby-mode.el: fix a variable-name error. @@ -684,7 +684,7 @@ Wed Sep 3 22:31:11 2008 Yuki Sonoda (Yugui) (Integer.each_prime): added. (Integer#prime?): added. (Prime): moved from mathn.rb. - Its implmentation was rewritten. see [ruby-dev:35863]. + Its implementation was rewritten. see [ruby-dev:35863]. And patched by Keiju ISHITSUKA , see [ruby-dev:36128]. (Prime.new): obsolete. @@ -1154,7 +1154,7 @@ Mon Sep 1 01:24:09 2008 NARUSE, Yui * enc/trans/eucjp-tbl.rb: replace by previous Citrus maps. - * enc/trans/sjis-tble.rb: ditto. + * enc/trans/sjis-tbl.rb: ditto. Mon Sep 1 01:18:26 2008 NARUSE, Yui