summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
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