From b503b7b45bb20760b8474d4be2074239fda46e07 Mon Sep 17 00:00:00 2001 From: knu Date: Mon, 9 Feb 2009 03:00:08 +0000 Subject: [PATCH] Fix a typo in a comment. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@22147 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rdoc/parsers/parse_rb.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rdoc/parsers/parse_rb.rb b/lib/rdoc/parsers/parse_rb.rb index 750c483c15..cf59725462 100644 --- a/lib/rdoc/parsers/parse_rb.rb +++ b/lib/rdoc/parsers/parse_rb.rb @@ -8,7 +8,7 @@ # This file contains stuff stolen outright from: # # rtags.rb - -# ruby-lex.rb - ruby lexcal analizer +# ruby-lex.rb - ruby lexcal analyzer # ruby-token.rb - ruby tokens # by Keiju ISHITSUKA (Nippon Rational Inc.) #