summaryrefslogtreecommitdiff
path: root/sample/exyacc.rb
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-12 09:20:44 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-12 09:20:44 +0000
commita45972f2a89d4b8c2b6c346a547140e8c3a4218d (patch)
tree683f24210b85c9c0640f67328c91819ab6ab01cc /sample/exyacc.rb
parent86eaa24570a7a062cf8f08606256e0cd23d2b980 (diff)
* sample/exyacc.rb: Fix some typos.
* sample/list.rb: ditto. * sample/trick2013/kinaba/remarks.markdown: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50846 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'sample/exyacc.rb')
-rw-r--r--sample/exyacc.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/exyacc.rb b/sample/exyacc.rb
index 7b37a8b236..9a9435a0dc 100644
--- a/sample/exyacc.rb
+++ b/sample/exyacc.rb
@@ -1,6 +1,6 @@
#! /usr/local/bin/ruby -Kn
# usage: exyacc.rb [yaccfiles]
-# this is coverted from exyacc.pl in the camel book
+# this is covered from exyacc.pl in the camel book
ARGF.each(nil) do |source|
sbeg = source.index("\n%%") + 1