summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-08-28 02:38:01 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-08-28 02:38:01 +0000
commit1e28976763816fee3917ea0624ef3e46173f1137 (patch)
treee9f88c0d855582c10d7a57f211d0a3a91f93436d
parent333a94d413acc797328950fc1bb88ed962893854 (diff)
Fix typo. Submitted by <calamitas at gmail.com>. [ruby-core:08724]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@10795 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog5
-rw-r--r--lib/rdoc/parsers/parse_rb.rb2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c86ce4e0a..27d137465c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Aug 28 11:36:02 2006 Eric Hodel <drbrain@segment7.net>
+
+ * lib/rdoc/parsers/parse_rb.rb: Fix typo. Submitted by
+ <calamitas at gmail.com>. [ruby-core:08724]
+
Mon Aug 28 07:53:44 2006 Eric Hodel <drbrain@segment7.net>
* lib/rdoc/ri/ri_formatter.rb: Don't unescape HTML in HtmlFormatter.
diff --git a/lib/rdoc/parsers/parse_rb.rb b/lib/rdoc/parsers/parse_rb.rb
index dde017be7d..58ba06084e 100644
--- a/lib/rdoc/parsers/parse_rb.rb
+++ b/lib/rdoc/parsers/parse_rb.rb
@@ -1485,7 +1485,7 @@ module RDoc
obj.pop_token
end if @token_listeners
else
- warn("':' not followed by identified or operator")
+ warn("':' not followed by identifier or operator")
tk = tk1
end
end