From 4cf437519f1cbefed5ad7ee2bf0e68857105823f Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 21 Dec 2007 02:31:11 +0000 Subject: * regerror.c, string.c, io.c, lib/getoptlong.rb, lib/net/imap.rb, compile.c, sprintf.c, parse.y, ext/win32ole/win32ole.c, ext/tk/sample/demos-en/entry3.rb, ext/tk/lib/tcltk.rb, ext/openssl/ossl_bn.c, numeric.c, vm.c, benchmark/bm_so_meteor_contest.rb, bignum.c, ruby.c: don't "illegal" for non law violation context. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14377 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/tk/lib/tcltk.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/tk/lib/tcltk.rb') diff --git a/ext/tk/lib/tcltk.rb b/ext/tk/lib/tcltk.rb index 1a6694dbff..7f6f41605d 100644 --- a/ext/tk/lib/tcltk.rb +++ b/ext/tk/lib/tcltk.rb @@ -265,7 +265,7 @@ class TclTkWidget < TclTkCommand # (used in TclTkInterpreter#initialize()) # need two arguments - fail("illegal # of parameter") if args.size != 2 + fail("invalid # of parameter") if args.size != 2 # ip: interpreter(TclTkIp) # exp: tcl/tk representation -- cgit v1.2.3