Revision: 53451
          http://brlcad.svn.sourceforge.net/brlcad/?rev=53451&view=rev
Author:   carlmoore
Date:     2012-11-05 17:50:38 +0000 (Mon, 05 Nov 2012)
Log Message:
-----------
fix spellings

Modified Paths:
--------------
    brlcad/trunk/src/libfb/if_X.c

Modified: brlcad/trunk/src/libfb/if_X.c
===================================================================
--- brlcad/trunk/src/libfb/if_X.c       2012-11-05 17:47:56 UTC (rev 53450)
+++ brlcad/trunk/src/libfb/if_X.c       2012-11-05 17:50:38 UTC (rev 53451)
@@ -162,7 +162,7 @@
 };
 
 
-/* Arrays containing the indicies of the primary colors and grey values
+/* Arrays containing the indices of the primary colors and grey values
  * in the color map
  */
 static unsigned short redvec[16] = {
@@ -245,12 +245,12 @@
 
     switch (visual->class) {
        case DirectColor:
-           printf("DirectColor: Alterable RGB maps, pixel RGB subfield 
indicies\n");
+           printf("DirectColor: Alterable RGB maps, pixel RGB subfield 
indices\n");
            printf("RGB Masks: 0x%lx 0x%lx 0x%lx\n", visual->red_mask,
                   visual->green_mask, visual->blue_mask);
            break;
        case TrueColor:
-           printf("TrueColor: Fixed RGB maps, pixel RGB subfield indicies\n");
+           printf("TrueColor: Fixed RGB maps, pixel RGB subfield indices\n");
            printf("RGB Masks: 0x%lx 0x%lx 0x%lx\n", visual->red_mask,
                   visual->green_mask, visual->blue_mask);
            break;
@@ -912,7 +912,7 @@
     int sxlen, sylen;  /* screen pixels in x, y */
     int ix, iy;                /* image x, y */
     int sy;            /* screen x, y */
-    int x, y;          /* dummys */
+    int x, y;          /* dummies */
     /* window height, width, and center */
     struct {
        int width;
@@ -1658,7 +1658,7 @@
 /*
  * G E N M A P
  *
- * initialize the Sun harware colormap
+ * initialize the Sun hardware colormap
  */
 HIDDEN void genmap(unsigned char *rmap, unsigned char *gmap, unsigned char 
*bmap)
 {

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


------------------------------------------------------------------------------
LogMeIn Central: Instant, anywhere, Remote PC access and management.
Stay in control, update software, and manage PCs from one command center
Diagnose problems and improve visibility into emerging IT issues
Automate, monitor and manage. Do more in less time with Central
http://p.sf.net/sfu/logmein12331_d2d
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to