Revision: 53641
          http://brlcad.svn.sourceforge.net/brlcad/?rev=53641&view=rev
Author:   carlmoore
Date:     2012-11-09 19:49:32 +0000 (Fri, 09 Nov 2012)
Log Message:
-----------
fix spelling

Modified Paths:
--------------
    brlcad/trunk/src/tclscripts/mged/skt_ed.tcl

Modified: brlcad/trunk/src/tclscripts/mged/skt_ed.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/mged/skt_ed.tcl 2012-11-09 19:45:34 UTC (rev 
53640)
+++ brlcad/trunk/src/tclscripts/mged/skt_ed.tcl 2012-11-09 19:49:32 UTC (rev 
53641)
@@ -1617,7 +1617,7 @@
        draw_segs
        $itk_component(status_line) configure -text "Click and hold mouse 
button 1 to adjust end point\n\
                        or click mouse button 3 to select an existing vertex to 
set the endpoint\n\
-                       or enter end point cordinates in the entry windows"
+                       or enter end point coordinates in the entry windows"
        bind $itk_component(canvas) <B1-Motion> [code $this continue_line 
$new_seg 0 1 %x %y]
        bind $itk_component(canvas) <ButtonPress-1> [code $this continue_line 
$new_seg 2 1 %x %y]
        bind $itk_component(canvas) <ButtonRelease-1> [code $this continue_line 
$new_seg 1 1 %x %y]

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


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to