summaryrefslogtreecommitdiff
path: root/ext/tk/sample/tkextlib/tkHTML
diff options
context:
space:
mode:
authora_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-27 09:57:21 +0000
committera_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-27 09:57:21 +0000
commit73a37eb3256862c17b77aa0ee1590933e051b7c3 (patch)
tree9c170e584d31262d1f9030eb402827ad09e5472b /ext/tk/sample/tkextlib/tkHTML
parent98e3c058fa42fdcc2a6e0a24b47786dcaf808ec8 (diff)
Documentation typos
[ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53332 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/sample/tkextlib/tkHTML')
-rw-r--r--ext/tk/sample/tkextlib/tkHTML/hv.rb2
-rw-r--r--ext/tk/sample/tkextlib/tkHTML/ss.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/tk/sample/tkextlib/tkHTML/hv.rb b/ext/tk/sample/tkextlib/tkHTML/hv.rb
index eb3a786c21..0f6e595d82 100644
--- a/ext/tk/sample/tkextlib/tkHTML/hv.rb
+++ b/ext/tk/sample/tkextlib/tkHTML/hv.rb
@@ -302,7 +302,7 @@ show_tbl.trace('w', proc{
show_img.trace('w', refresh)
-# If an arguent was specified, read it into the HTML widget.
+# If an argument was specified, read it into the HTML widget.
#
Tk.update
if file && file != ""
diff --git a/ext/tk/sample/tkextlib/tkHTML/ss.rb b/ext/tk/sample/tkextlib/tkHTML/ss.rb
index e6ef63bc31..6531fef0e1 100644
--- a/ext/tk/sample/tkextlib/tkHTML/ss.rb
+++ b/ext/tk/sample/tkextlib/tkHTML/ss.rb
@@ -114,7 +114,7 @@ EOD
@html.clipwin.focus
- # If an arguent was specified, read it into the HTML widget.
+ # If an argument was specified, read it into the HTML widget.
#
Tk.update
if file && file != ""