Revision: 53435
http://brlcad.svn.sourceforge.net/brlcad/?rev=53435&view=rev
Author: carlmoore
Date: 2012-11-01 20:13:40 +0000 (Thu, 01 Nov 2012)
Log Message:
-----------
fix spellings including 'outbyte'
Modified Paths:
--------------
brlcad/trunk/src/util/bwrot.c
Modified: brlcad/trunk/src/util/bwrot.c
===================================================================
--- brlcad/trunk/src/util/bwrot.c 2012-11-01 20:11:17 UTC (rev 53434)
+++ brlcad/trunk/src/util/bwrot.c 2012-11-01 20:13:40 UTC (rev 53435)
@@ -122,7 +122,7 @@
}
}
- /* XXX - backward compatability hack */
+ /* XXX - backward compatibility hack */
if (bu_optind+2 == argc) {
nxin = atoi(argv[bu_optind++]);
nyin = atoi(argv[bu_optind++]);
@@ -270,7 +270,7 @@
{
putchar(buf[(int)y2*nyin + (int)x2]);
} else {
- putchar(0); /* XXX - setable color? */
+ putchar(0); /* XXX - settable color? */
}
/* "forward difference" our coordinates */
x2 += cosa;
@@ -353,7 +353,7 @@
if (fseek(ofp, outbyte, SEEK_SET) < 0) {
ret = 3;
perror("fseek");
- bu_log("ERROR: %s can't seek on output (ofp=%p,
outbute=%ld)\n", bu_getprogname(), (void *)ofp, outbyte);
+ bu_log("ERROR: %s can't seek on output (ofp=%p,
outbyte=%ld)\n", bu_getprogname(), (void *)ofp, outbyte);
goto done;
}
outplace = outbyte;
@@ -379,7 +379,7 @@
if (fseek(ofp, outbyte, SEEK_SET) < 0) {
ret = 3;
perror("fseek");
- bu_log("ERROR: %s can't seek on output (ofp=%p,
outbute=%ld)\n", bu_getprogname(), (void *)ofp, outbyte);
+ bu_log("ERROR: %s can't seek on output (ofp=%p,
outbyte=%ld)\n", bu_getprogname(), (void *)ofp, outbyte);
goto done;
}
outplace = outbyte;
@@ -397,7 +397,7 @@
if (fseek(ofp, outbyte, SEEK_SET) < 0) {
ret = 3;
perror("fseek");
- bu_log("ERROR: %s can't seek on output (ofp=%p,
outbute=%ld)\n", bu_getprogname(), (void *)ofp, outbyte);
+ bu_log("ERROR: %s can't seek on output (ofp=%p,
outbyte=%ld)\n", bu_getprogname(), (void *)ofp, outbyte);
goto done;
}
outplace = outbyte;
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