diff options
| author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-02-09 03:00:08 +0000 |
|---|---|---|
| committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-02-09 03:00:08 +0000 |
| commit | b503b7b45bb20760b8474d4be2074239fda46e07 (patch) | |
| tree | 51edf12c71e0e0b27db888993338b6ad6ef02940 | |
| parent | 50f6e9d9d942e11777242b9df28c0c1b9fbf34f7 (diff) | |
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
| -rw-r--r-- | lib/rdoc/parsers/parse_rb.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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.) # |
