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

Modified Paths:
--------------
    brlcad/trunk/src/fb/gif2fb.c

Modified: brlcad/trunk/src/fb/gif2fb.c
===================================================================
--- brlcad/trunk/src/fb/gif2fb.c        2012-10-04 21:39:52 UTC (rev 52819)
+++ brlcad/trunk/src/fb/gif2fb.c        2012-10-04 21:40:39 UTC (rev 52820)
@@ -47,8 +47,8 @@
 #include "fb.h"
 
 
-#define        LSB     0       /* Least Signifigent Byte */
-#define MSB    1       /* Most Signifigent Byte */
+#define        LSB     0       /* Least Significant Byte */
+#define MSB    1       /* Most Significant Byte */
 
 struct GIF_head {
     char               GH_Magic[6];
@@ -154,7 +154,7 @@
        }
     }
 /*
- * read in the Header and then check for consitence.
+ * read in the Header and then check for consistency.
  */
     n= fread(&Header, 1, 13, fp);
 
@@ -400,7 +400,7 @@
  *     get a new code
  *     if the new code is greater than the current max code then
  *             add last(?) code to the tree.
- *             follow the tree from the leaf to the root outputing
+ *             follow the tree from the leaf to the root outputting
  *                 a "byte" for each node of the tree.
  *     endif
  */

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


------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to