Revision: 52716
          http://brlcad.svn.sourceforge.net/brlcad/?rev=52716&view=rev
Author:   carlmoore
Date:     2012-10-03 14:25:44 +0000 (Wed, 03 Oct 2012)
Log Message:
-----------
fix spelling and add a missing blank

Modified Paths:
--------------
    brlcad/trunk/src/tclscripts/lib/TableView.tcl

Modified: brlcad/trunk/src/tclscripts/lib/TableView.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/lib/TableView.tcl       2012-10-03 13:46:48 UTC 
(rev 52715)
+++ brlcad/trunk/src/tclscripts/lib/TableView.tcl       2012-10-03 14:25:44 UTC 
(rev 52716)
@@ -471,7 +471,7 @@
 # This method sets the table to $t. Before doing this
 # it checks to make sure that $t contains rows with
 # the expected number of elements. It also pads the
-# table so that it contains atleast as many rows as
+# table so that it contains at least as many rows as
 # are viewable.
 #
 ::itcl::body TableView::setTable {t} {
@@ -1649,7 +1649,7 @@
     # total height of the table
     set winh [winfo height [namespace tail $this]]
 
-    # height of visable rows
+    # height of visible rows
     set height [expr {$winh - $clh - $hsh}]
 
     #    set nrows [expr {int($height / double($erh))}]

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