Revision: 57153
          http://sourceforge.net/p/brlcad/code/57153
Author:   tbrowder2
Date:     2013-08-27 00:22:42 +0000 (Tue, 27 Aug 2013)
Log Message:
-----------
improve grammar

Modified Paths:
--------------
    brlcad/trunk/src/libged/attr.c

Modified: brlcad/trunk/src/libged/attr.c
===================================================================
--- brlcad/trunk/src/libged/attr.c      2013-08-27 00:22:06 UTC (rev 57152)
+++ brlcad/trunk/src/libged/attr.c      2013-08-27 00:22:42 UTC (rev 57153)
@@ -176,7 +176,7 @@
            } else if (BU_STR_EQUAL(argv[3], VALUE_NOCASE)) {
                qsort(&avs.avp[0], avs.count, sizeof(struct 
bu_attribute_value_pair), _ged_cmpattr_value_nocase);
            } else if (BU_STR_EQUAL(argv[3], CASE)) {
-             ; /* don't need to do anything since this the existing (default) 
sort */
+             ; /* don't need to do anything since this is the existing 
(default) sort */
            }
            /* now list all the attributes */
            for (i = 0, avpp = avs.avp; i < avs.count; i++, avpp++) {

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


------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to