Revision: 53861
          http://brlcad.svn.sourceforge.net/brlcad/?rev=53861&view=rev
Author:   carlmoore
Date:     2012-11-28 19:20:08 +0000 (Wed, 28 Nov 2012)
Log Message:
-----------
fix spellings

Modified Paths:
--------------
    brlcad/trunk/src/tclscripts/hv3/hv3_form.tcl
    brlcad/trunk/src/tclscripts/mged/text.tcl
    brlcad/trunk/src/tclscripts/swidgets/scripts/tree.itk

Modified: brlcad/trunk/src/tclscripts/hv3/hv3_form.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/hv3/hv3_form.tcl        2012-11-28 19:18:38 UTC 
(rev 53860)
+++ brlcad/trunk/src/tclscripts/hv3/hv3_form.tcl        2012-11-28 19:20:08 UTC 
(rev 53861)
@@ -1137,7 +1137,7 @@
   proc success {me} {
     upvar #0 $me O
 
-    # Controls that are disabled cannot be succesful:
+    # Controls that are disabled cannot be successful:
     if {[$O(myNode) attr -default 0 disabled]} {return 0}
 
     if {[catch {$O(myNode) attr name ; $O(myNode) attr value}]} {

Modified: brlcad/trunk/src/tclscripts/mged/text.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/mged/text.tcl   2012-11-28 19:18:38 UTC (rev 
53860)
+++ brlcad/trunk/src/tclscripts/mged/text.tcl   2012-11-28 19:20:08 UTC (rev 
53861)
@@ -559,7 +559,7 @@
 }
 
 # vi_finish_cmd is meant to be called whenever an edit-mode command is
-# complete.  Insert mode is entered if applicable, the cursor is highlit,
+# complete.  Insert mode is entered if applicable, the cursor is highlighted,
 # and vi_process_edit_cmd state is reset.  If the command results in a
 # buffer change, it is stored in dot_list.
 proc vi_finish_cmd { w } {

Modified: brlcad/trunk/src/tclscripts/swidgets/scripts/tree.itk
===================================================================
--- brlcad/trunk/src/tclscripts/swidgets/scripts/tree.itk       2012-11-28 
19:18:38 UTC (rev 53860)
+++ brlcad/trunk/src/tclscripts/swidgets/scripts/tree.itk       2012-11-28 
19:20:08 UTC (rev 53861)
@@ -961,7 +961,7 @@
            $itk_component(canvas) itemconfigure $selnode \
                -fill $fill
 
-           # remove hilight box
+           # remove highlight box
            $itk_component(canvas) delete selectBox_$node
            $itk_component(canvas) itemconfigure $node \
                -fill $fill

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
INSIGHTS What's next for parallel hardware, programming and related areas?
Interviews and blogs by thought leaders keep you ahead of the curve.
http://goparallel.sourceforge.net
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to