Revision: 52692
http://brlcad.svn.sourceforge.net/brlcad/?rev=52692&view=rev
Author: carlmoore
Date: 2012-10-02 16:50:38 +0000 (Tue, 02 Oct 2012)
Log Message:
-----------
fix spellings except do not change 'hexidecimal' if it's in a program statement
Modified Paths:
--------------
brlcad/trunk/src/other/iwidgets/generic/entryfield.itk
Modified: brlcad/trunk/src/other/iwidgets/generic/entryfield.itk
===================================================================
--- brlcad/trunk/src/other/iwidgets/generic/entryfield.itk 2012-10-02
16:45:24 UTC (rev 52691)
+++ brlcad/trunk/src/other/iwidgets/generic/entryfield.itk 2012-10-02
16:50:38 UTC (rev 52692)
@@ -230,7 +230,7 @@
# OPTION: -fixed
#
# Restrict entry to 0 (unlimited) chars. The value is the maximum
-# number of chars the user may type into the field, regardles of
+# number of chars the user may type into the field, regardless of
# field width, i.e. the field width may be 20, but the user will
# only be able to type -fixed number of characters into it (or
# unlimited if -fixed = 0).
@@ -438,8 +438,8 @@
# ------------------------------------------------------------------
# PROCEDURE: hexadecimal string
#
-# The hexidecimal procedure validates character input for a given
-# Entryfield to be hexidecimal and returns the result.
+# The hexadecimal procedure validates character input for a given
+# Entryfield to be hexadecimal and returns the result.
# ------------------------------------------------------------------
itcl::body iwidgets::Entryfield::hexidecimal {string} {
return [regexp {^(0x)?[0-9a-fA-F]*$} $string]
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