Revision: 53455
http://brlcad.svn.sourceforge.net/brlcad/?rev=53455&view=rev
Author: carlmoore
Date: 2012-11-05 18:30:55 +0000 (Mon, 05 Nov 2012)
Log Message:
-----------
fix spellings
Modified Paths:
--------------
brlcad/trunk/src/libfb/if_X24.c
Modified: brlcad/trunk/src/libfb/if_X24.c
===================================================================
--- brlcad/trunk/src/libfb/if_X24.c 2012-11-05 18:12:43 UTC (rev 53454)
+++ brlcad/trunk/src/libfb/if_X24.c 2012-11-05 18:30:55 UTC (rev 53455)
@@ -181,7 +181,7 @@
int xi_xlf; /* X-coord of leftmost pixels */
int xi_xrt; /* X-coord of rightmost pixels */
int xi_xtp; /* Y-coord of topmost pixels */
- int xi_xbt; /* Y-coord of bottomost pixels */
+ int xi_xbt; /* Y-coord of bottommost pixels */
};
#define XI(ptr) ((struct xinfo *)((ptr)->u1.p))
#define XI_SET(ptr, val) ((ptr)->u1.p) = (char *) val;
@@ -386,12 +386,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;
@@ -1000,7 +1000,7 @@
* there is an expose event generated by the X server.
*
* The X server world is confusing because XDR is NOT done for client
- * or server, thus leaving each client responsable for getting a X
+ * or server, thus leaving each client responsible for getting a X
* pixel map prepared in the correct lay out.
*
* There are something like 18 different visuals and 2 endians that we
@@ -1198,7 +1198,7 @@
/*
* Calculate the beginning of the line where we are going
- * to be outputing pixels.
+ * to be outputting pixels.
*/
opix = &(xi->xi_pix[oy * xi->xi_image->bytes_per_line]);
/* + ox * (xi->xi_image->bits_per_pixel/8)]); */
@@ -2031,7 +2031,7 @@
/*
- * Allocate backing store for two reaons. First, if we are running on
+ * Allocate backing store for two reasons. First, if we are running on
* a truecolor display then the colormaps are not modifiable and
* colormap ops have to be simulated by manipulating the pixel values.
* Second, X does not provide a means to zoom or pan so zooming and
@@ -2122,7 +2122,7 @@
if ((mem = (char *)malloc(size)) == 0) {
fb_log("if_X24: Unable to allocate %d bytes of backing \
-store\n Run shell command 'limit datasize unlmited' and try again.\n", size);
+store\n Run shell command 'limit datasize unlimited' and try again.\n", size);
return -1;
}
isnew = 1;
@@ -3604,12 +3604,12 @@
switch (xi->xi_visinfo.class) {
case DirectColor:
- fb_log("\tDirectColor: Alterable RGB maps, pixel RGB subfield
indicies\n");
+ fb_log("\tDirectColor: Alterable RGB maps, pixel RGB subfield
indices\n");
fb_log("\tRGB Masks: 0x%x 0x%x 0x%x\n", xi->xi_visinfo.red_mask,
xi->xi_visinfo.green_mask, xi->xi_visinfo.blue_mask);
break;
case TrueColor:
- fb_log("\tTrueColor: Fixed RGB maps, pixel RGB subfield
indicies\n");
+ fb_log("\tTrueColor: Fixed RGB maps, pixel RGB subfield indices\n");
fb_log("\tRGB Masks: 0x%x 0x%x 0x%x\n", xi->xi_visinfo.red_mask,
xi->xi_visinfo.green_mask, xi->xi_visinfo.blue_mask);
break;
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