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

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

Modified: brlcad/trunk/src/tclscripts/mged/openw.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/mged/openw.tcl  2012-11-19 20:25:09 UTC (rev 
53758)
+++ brlcad/trunk/src/tclscripts/mged/openw.tcl  2012-11-19 20:27:14 UTC (rev 
53759)
@@ -282,7 +282,7 @@
     # list of commands for use in tab expansion
     set mged_cmds [?]
 
-    # configure the stdout chanel for this platform
+    # configure the stdout channel for this platform
     # this is supposedly done automatically by Tcl, but not
     switch $::tcl_platform(platform) {
        "macintosh" -
@@ -1724,7 +1724,7 @@
        { { summary "Toggle the use of display lists. This currently affects
        only Ogl display managers. When using display lists the
        screen update time is significantly faster. This is especially
-       noticable when running MGED remotely. Use of display lists
+       noticeable when running MGED remotely. Use of display lists
        is encouraged unless the geometry being viewed is bigger
        than the Ogl server can handle (i.e. the server runs out
        of available memory for storing display lists). When this
@@ -1732,7 +1732,7 @@
        If huge pieces of geometry need to be viewed, consider
        toggling off display lists. Note that using display lists
        while viewing geometry of any significant size will incur
-       noticable compute time up front to create the display lists."} }
+       noticeable compute time up front to create the display lists."} }
 
     menu .$id.menubar.modes.axes -title "Axes" -tearoff 
$mged_default(tearoff_menus)
     .$id.menubar.modes.axes add checkbutton -offvalue 0 -onvalue 1\
@@ -2138,7 +2138,7 @@
     if { $::tcl_platform(platform) != "windows" && $::tcl_platform(os) != 
"Darwin" } {
        bind .$id.t <Enter> "focus .$id.t; break"
     } else {
-       # some platforms should not be forced window activiation
+       # some platforms should not be forced window activation
        focus .$id.t
     }
 
@@ -2263,7 +2263,7 @@
     }
 
     
#==============================================================================
-    # PHASE 5: Creation of other auxilary windows
+    # PHASE 5: Creation of other auxiliary windows
     
#==============================================================================
     mview_build_menubar $id
 

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