From d72dd33b7af3702bc65a7d38786debf3dca94b84 Mon Sep 17 00:00:00 2001 From: eban Date: Mon, 25 Jun 2001 01:52:59 +0000 Subject: * ext/tcltklib/stubs.c (ruby_tcltk_stubs): fix a typo in comment git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1545 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/tcltklib/stubs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/tcltklib') diff --git a/ext/tcltklib/stubs.c b/ext/tcltklib/stubs.c index faf5b4bb4..69a5d6d3c 100644 --- a/ext/tcltklib/stubs.c +++ b/ext/tcltklib/stubs.c @@ -47,7 +47,7 @@ ruby_tcltk_stubs() } else { snprintf(tcl_name, sizeof tcl_name, TCL_NAME, DLEXT); snprintf(tk_name, sizeof tk_name, TK_NAME, DLEXT); - /* examin from 8.9 to 8.1 */ + /* examine from 8.9 to 8.1 */ for (n = '9'; n > '0'; n--) { tcl_name[TCL_INDEX] = n; tk_name[TK_INDEX] = n; -- cgit