From: Pat Thoyts Date: Sat, 26 Oct 2002 16:31:17 +0000 (+0000) Subject: Fixed a typo in the exports section X-Git-Tag: r5_1_6p10~3 X-Git-Url: http://privyetmir.co.uk/gitweb.cgi?a=commitdiff_plain;h=e1a25a52a7bdb689385852eef469f55b2a0c9bca;p=tkinspect Fixed a typo in the exports section --- diff --git a/names.tcl b/names.tcl index 369e769..fde0929 100644 --- a/names.tcl +++ b/names.tcl @@ -91,7 +91,7 @@ namespace eval names { puts "" puts "vars: [vars $appname]" puts "" - puts "exports: [exports $appname" + puts "exports: [exports $appname]" } }