Revision: 52749
          http://brlcad.svn.sourceforge.net/brlcad/?rev=52749&view=rev
Author:   carlmoore
Date:     2012-10-03 21:19:09 +0000 (Wed, 03 Oct 2012)
Log Message:
-----------
fix spelling

Modified Paths:
--------------
    brlcad/trunk/src/tclscripts/html_library.tcl

Modified: brlcad/trunk/src/tclscripts/html_library.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/html_library.tcl        2012-10-03 21:18:23 UTC 
(rev 52748)
+++ brlcad/trunk/src/tclscripts/html_library.tcl        2012-10-03 21:19:09 UTC 
(rev 52749)
@@ -505,7 +505,7 @@
        upvar $val result
     }
 
-    # look for name=value combinations.  Either (') or (") are valid delimeters
+    # look for name=value combinations.  Either (') or (") are valid delimiters
     if {
        [regsub -nocase [format {.*%s *= *"([^"]*).*} $key] $param {\1} value] 
||
 [regsub -nocase [format {.*%s *= *'([^']*).*} $key] $param {\1} value] ||

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


------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to