Bwidget Source Code
Artifact [fbbfa516e7]
Not logged in
EuroTcl/OpenACS 11 - 12 JULY 2024, VIENNA

Artifact fbbfa516e7595e1aec579d2c1a3ca0d249cec3f208d0f96de8276b86d9f1107e:

Attachment "835489ad9d.diff" to ticket [835489ad9d] added by anonymous 2022-05-19 08:12:22. (unpublished)
diff --git a/widget.tcl b/widget.tcl
index 100ee82..7f2433b 100755
--- widget.tcl.orig
+++ widget.tcl
@@ -369,7 +369,7 @@ proc Widget::declare { class optlist } {
             continue
         }
 
-        # retreive default value for TkResource
+        # retrieve default value for TkResource
         if { [string equal $type "TkResource"] } {
             set tkwidget [lindex $arg 0]
             set realopt  [lindex $arg 1]