1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Typo in a gvar name

* ext/tk/sample/demos-jp/hscale.rb: $hscale_deom => $hscale_demo

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53335 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
a_matsuda 2015-12-27 09:57:47 +00:00
parent e75a0614b4
commit 01469b0b82

View file

@ -2,7 +2,7 @@
# frozen_string_literal: false
require "tkcanvas"
if defined?($hscale_demo) && $hscale_deom
if defined?($hscale_demo) && $hscale_demo
$hscale_demo.destroy
$hscale_demo = nil
end