aboutsummaryrefslogtreecommitdiffstats
path: root/lib
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
commitadb4439f85466a58378ba37a426e5f87a115a74e (patch)
treec7b32ad8f628b1f5177d8174a9f6bd1b201f7ad3 /lib
parent7307dd069f05b5d9092da21bb37147249ac3ce8c (diff)
downloadruby-adb4439f85466a58378ba37a426e5f87a115a74e.tar.gz
fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6042 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-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