Revision: 53771
          http://brlcad.svn.sourceforge.net/brlcad/?rev=53771&view=rev
Author:   carlmoore
Date:     2012-11-19 21:58:44 +0000 (Mon, 19 Nov 2012)
Log Message:
-----------
fix spellings

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

Modified: brlcad/trunk/src/tclscripts/mged/make_solid.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/mged/make_solid.tcl     2012-11-19 21:56:31 UTC 
(rev 53770)
+++ brlcad/trunk/src/tclscripts/mged/make_solid.tcl     2012-11-19 21:58:44 UTC 
(rev 53771)
@@ -47,7 +47,7 @@
 
     set ret [catch $command result]
     if { $ret != 0 } {
-       cad_dialog $::tk::Priv(cad_dialog) $mged_gui($id,screen) "ERROR creaing 
DSP" $result "" 0 OK
+       cad_dialog $::tk::Priv(cad_dialog) $mged_gui($id,screen) "ERROR 
creating DSP" $result "" 0 OK
     }
 
     catch {_mged_sed $mged_gui($id,solid_name)}
@@ -239,7 +239,7 @@
     set mged_gui($id,dsp_smooth) 0
     label $top.smoothL -text "Use smoothing"
     checkbutton $top.smoothC -bd 2 -variable mged_gui($id,dsp_smooth)
-    set tmp_hoc [list [list summary $dsp_dscr] [list description "If this is 
checked, the displacememt surface will be smoothed" ]]
+    set tmp_hoc [list [list summary $dsp_dscr] [list description "If this is 
checked, the displacement surface will be smoothed" ]]
     hoc_register_data $top.smoothL "Smoothing" $tmp_hoc
     hoc_register_data $top.smoothC "Smoothing" $tmp_hoc
 

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


------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to