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

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

Modified: brlcad/trunk/src/util/pixrot.c
===================================================================
--- brlcad/trunk/src/util/pixrot.c      2012-10-25 21:38:47 UTC (rev 53379)
+++ brlcad/trunk/src/util/pixrot.c      2012-10-25 21:40:32 UTC (rev 53380)
@@ -28,7 +28,7 @@
  *
  * This is a generalization of bwrot and can in fact handle "pixels"
  * of any size.  Thus this routine could be used to say, rotate a
- * matix of floating point values, etc.
+ * matrix of floating point values, etc.
  *
  */
 
@@ -113,7 +113,7 @@
        }
     }
 
-    /* XXX - backward compatability hack */
+    /* XXX - backward compatibility hack */
     if (bu_optind+2 == argc) {
        nxin = atoi(argv[bu_optind++]);
        nyin = atoi(argv[bu_optind++]);

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
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to