Revision: 53361
          http://brlcad.svn.sourceforge.net/brlcad/?rev=53361&view=rev
Author:   carlmoore
Date:     2012-10-25 19:16:22 +0000 (Thu, 25 Oct 2012)
Log Message:
-----------
fix spellings

Modified Paths:
--------------
    brlcad/trunk/src/util/pixcut.c

Modified: brlcad/trunk/src/util/pixcut.c
===================================================================
--- brlcad/trunk/src/util/pixcut.c      2012-10-25 18:16:38 UTC (rev 53360)
+++ brlcad/trunk/src/util/pixcut.c      2012-10-25 19:16:22 UTC (rev 53361)
@@ -270,7 +270,7 @@
     }
 /*
  * If the new image does not intersect the original, then set the base_x
- * so that it does not overlap the original but at the same time minmizes
+ * so that it does not overlap the original but at the same time minimizes
  * the memory hit.
  */
     if (base_x + new_width < 0 || base_x > org_width) {
@@ -342,7 +342,7 @@
        row++;
     }
 /*
- * Refill the output buffer if we are going to be outputing background
+ * Refill the output buffer if we are going to be outputting background
  * lines.
  */
     if (row >= org_height) {

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


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to