summaryrefslogtreecommitdiff
path: root/lib/irb
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-03-28 14:10:39 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-03-28 14:10:39 +0000
commitb36b50a83c78496b5de02226133a7a7e7e4ac907 (patch)
treef87a497f522255c71755d86164db23e32c5c2be2 /lib/irb
parentc59b106740d4d2bbaf40e44bc7c9fe496390c898 (diff)
fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@6042 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/irb')
-rw-r--r--lib/irb/slex.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/irb/slex.rb b/lib/irb/slex.rb
index ceee90b3d9..c0943f6e33 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