diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-03-28 14:10:39 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-03-28 14:10:39 +0000 |
| commit | 5a014416ee09689e7fcf1eeb024cfb08d88f2381 (patch) | |
| tree | f87a497f522255c71755d86164db23e32c5c2be2 /lib | |
| parent | a0c48336587ebc5564fcd089cae3b77469bda102 (diff) | |
| download | ruby-5a014416ee09689e7fcf1eeb024cfb08d88f2381.tar.gz ruby-5a014416ee09689e7fcf1eeb024cfb08d88f2381.tar.xz ruby-5a014416ee09689e7fcf1eeb024cfb08d88f2381.zip | |
fix typo.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6042 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/irb/slex.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/irb/slex.rb b/lib/irb/slex.rb index ceee90b3d..c0943f6e3 100644 --- a/lib/irb/slex.rb +++ b/lib/irb/slex.rb @@ -119,7 +119,7 @@ class SLex p node SLex.fail ErrNodeAlreadyExists else - print "Warn: change abstruct node to real node\n" if SLex.debug? + print "Warn: change abstract node to real node\n" if SLex.debug? @preproc = preproc @postproc = postproc end @@ -136,7 +136,7 @@ class SLex p chrs SLex.fail ErrNodeAlreadyExists else - print "Warn: change abstruct node to real node\n" if SLex.debug? + print "Warn: change abstract node to real node\n" if SLex.debug? node.preproc = preproc node.postproc = postproc end |
