Revision: 52691
          http://brlcad.svn.sourceforge.net/brlcad/?rev=52691&view=rev
Author:   carlmoore
Date:     2012-10-02 16:45:24 +0000 (Tue, 02 Oct 2012)
Log Message:
-----------
fix spellings

Modified Paths:
--------------
    brlcad/trunk/src/other/iwidgets/demos/html/entryfield.n.html

Modified: brlcad/trunk/src/other/iwidgets/demos/html/entryfield.n.html
===================================================================
--- brlcad/trunk/src/other/iwidgets/demos/html/entryfield.n.html        
2012-10-02 16:41:54 UTC (rev 52690)
+++ brlcad/trunk/src/other/iwidgets/demos/html/entryfield.n.html        
2012-10-02 16:45:24 UTC (rev 52691)
@@ -108,7 +108,7 @@
 <UL>
 Restrict entry to the specified number of chars.  A value of 0, which is the
 default, denotes no limit.  The value is the maximum number of chars the 
-user may type into the field, regardles of field width.  For example,
+user may type into the field, regardless of field width.  For example,
 if the field width is set to 20 and the fixed value is 10, the user will 
 only be able to type 10 characters into the field which is 20 characters long.
 </UL>
@@ -160,7 +160,7 @@
 <UL>
 The validate option allows specification of a validation mechanism.  Standard
 character validation such as <B>numeric</B>, <B>alphabetic</B>, <B>integer</B>,
-<B>hexidecimal</B>, <B>real</B>, and <B>alphanumeric</B> can be handled 
through 
+<B>hexadecimal</B>, <B>real</B>, and <B>alphanumeric</B> can be handled 
through 
 the use of keywords.  Should more
 extensive validation be necessary, the value may contain the name of
 a command script.  The script should return a boolean value.  True for 
@@ -203,7 +203,7 @@
 </pre><H2>DESCRIPTION</H2>
 <P>
 The <B>entryfield</B> command creates an enhanced text entry widget with an
-optional associated label.  Addtional options support validation and 
+optional associated label.  Additional options support validation and 
 establishing a upper limit on the number of characters which may be
 entered in the field.
 </pre>

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