Revision: 65195
          http://sourceforge.net/p/brlcad/code/65195
Author:   carlmoore
Date:     2015-06-05 13:41:34 +0000 (Fri, 05 Jun 2015)
Log Message:
-----------
remove a trailing whitespace character, and fix a spelling

Modified Paths:
--------------
    brlcad/trunk/doc/code_review.txt
    brlcad/trunk/src/libbu/opt.c

Modified: brlcad/trunk/doc/code_review.txt
===================================================================
--- brlcad/trunk/doc/code_review.txt    2015-06-05 03:07:17 UTC (rev 65194)
+++ brlcad/trunk/doc/code_review.txt    2015-06-05 13:41:34 UTC (rev 65195)
@@ -30,7 +30,7 @@
  * if fixing a bug more than once, is there a test?
  * is a unit test warranted?
  * are there major robustness issues?
- 
+
 Documentation:
  * if publicly visible, is NEWS updated?
  * if public API changed, is CHANGES updated?

Modified: brlcad/trunk/src/libbu/opt.c
===================================================================
--- brlcad/trunk/src/libbu/opt.c        2015-06-05 03:07:17 UTC (rev 65194)
+++ brlcad/trunk/src/libbu/opt.c        2015-06-05 13:41:34 UTC (rev 65195)
@@ -601,7 +601,7 @@
        /* If we're looking for args, do so */
        if (desc->arg_cnt_max > 0) {
            /* If we might have args and we have a validator function,
-            * construct the greediest possible iterpretation of the option
+            * construct the greediest possible interpretation of the option
             * description and run the validator to determine the number of
             * argv entries associated with this option (can_be_opt is not
             * enough if the option is number based, since -9 may be both a

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


------------------------------------------------------------------------------
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to