Revision: 65301
          http://sourceforge.net/p/brlcad/code/65301
Author:   carlmoore
Date:     2015-06-15 14:16:47 +0000 (Mon, 15 Jun 2015)
Log Message:
-----------
remove a trailing whitespace character; fix spellings

Modified Paths:
--------------
    brlcad/trunk/src/conv/g-obj.c
    brlcad/trunk/src/libbu/opt.c
    brlcad/trunk/src/libged/analyze.c

Modified: brlcad/trunk/src/conv/g-obj.c
===================================================================
--- brlcad/trunk/src/conv/g-obj.c       2015-06-15 14:13:47 UTC (rev 65300)
+++ brlcad/trunk/src/conv/g-obj.c       2015-06-15 14:16:47 UTC (rev 65301)
@@ -93,7 +93,7 @@
 {
     int ret;
     if (!argv || !argv[0] || strlen(argv[0]) == 0 || argc == 0) {
-       if (error_msg) bu_vls_printf(error_msg, "Error - no argument supplied 
to abosolute tolerance option\n");
+       if (error_msg) bu_vls_printf(error_msg, "Error - no argument supplied 
to absolute tolerance option\n");
        return -1;
     };
 

Modified: brlcad/trunk/src/libbu/opt.c
===================================================================
--- brlcad/trunk/src/libbu/opt.c        2015-06-15 14:13:47 UTC (rev 65300)
+++ brlcad/trunk/src/libbu/opt.c        2015-06-15 14:16:47 UTC (rev 65301)
@@ -406,7 +406,7 @@
                 * most likely scenario is an = assignment forced an argument 
to be
                 * sent to an option that doesn't take arguments */
                if (!arg_offset) {
-                   if (msgs) bu_vls_printf(msgs, "Option %s did not 
successfully use the supplied argument %s - haulting.\n", argv[i-1], eq_arg);
+                   if (msgs) bu_vls_printf(msgs, "Option %s did not 
successfully use the supplied argument %s - halting.\n", argv[i-1], eq_arg);
                    return -1;
                }
 
@@ -429,7 +429,7 @@
            /* If we already got an arg from the equals mechanism and we aren't
             * supposed to have one, we're invalid - halt. */
            if (eq_arg) {
-               if (msgs) bu_vls_printf(msgs, "Option %s does not take an 
argument, but %s was supplied - haulting.\n", argv[i-1], eq_arg);
+               if (msgs) bu_vls_printf(msgs, "Option %s does not take an 
argument, but %s was supplied - halting.\n", argv[i-1], eq_arg);
                return -1;
            }
        }

Modified: brlcad/trunk/src/libged/analyze.c
===================================================================
--- brlcad/trunk/src/libged/analyze.c   2015-06-15 14:13:47 UTC (rev 65300)
+++ brlcad/trunk/src/libged/analyze.c   2015-06-15 14:16:47 UTC (rev 65301)
@@ -1260,7 +1260,7 @@
        case ID_VOL:
            analyze_general(gedp, ip);
            break;
-       
+
         case ID_EXTRUDE:
            analyze_general(gedp, ip);
            break;

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