Revision: 53757
          http://brlcad.svn.sourceforge.net/brlcad/?rev=53757&view=rev
Author:   carlmoore
Date:     2012-11-19 20:22:38 +0000 (Mon, 19 Nov 2012)
Log Message:
-----------
fix spelling and fix double negative (changing 'nor' to 'or')

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

Modified: brlcad/trunk/src/tclscripts/mged/attr_edit.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/mged/attr_edit.tcl      2012-11-19 20:21:17 UTC 
(rev 53756)
+++ brlcad/trunk/src/tclscripts/mged/attr_edit.tcl      2012-11-19 20:22:38 UTC 
(rev 53757)
@@ -401,7 +401,7 @@
        set attr_entry_label "New Attribute Name:"
     }
 
-    # attribute names may not contain embedded white space nor non-priontable 
chars
+    # attribute names may not contain embedded white space or non-printable 
chars
     method attr_name_is_valid { name } {
        set len [string length $name]
        if { $len < 1 } {

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