Revision: 53860
          http://brlcad.svn.sourceforge.net/brlcad/?rev=53860&view=rev
Author:   carlmoore
Date:     2012-11-28 19:18:38 +0000 (Wed, 28 Nov 2012)
Log Message:
-----------
fix spellings

Modified Paths:
--------------
    brlcad/trunk/src/fb/bw-fb.c
    brlcad/trunk/src/fb/fb-orle.c
    brlcad/trunk/src/fb/polar-fb.c
    brlcad/trunk/src/proc-db/brepintersect.cpp

Modified: brlcad/trunk/src/fb/bw-fb.c
===================================================================
--- brlcad/trunk/src/fb/bw-fb.c 2012-11-28 19:16:25 UTC (rev 53859)
+++ brlcad/trunk/src/fb/bw-fb.c 2012-11-28 19:18:38 UTC (rev 53860)
@@ -184,7 +184,7 @@
 main(int argc, char **argv)
 {
     int x, y, n;
-    long xout, yout;           /* number of sceen output lines */
+    long xout, yout;           /* number of screen output lines */
     long xstart, xskip;
 
     if (!get_args(argc, argv)) {

Modified: brlcad/trunk/src/fb/fb-orle.c
===================================================================
--- brlcad/trunk/src/fb/fb-orle.c       2012-11-28 19:16:25 UTC (rev 53859)
+++ brlcad/trunk/src/fb/fb-orle.c       2012-11-28 19:18:38 UTC (rev 53860)
@@ -41,7 +41,7 @@
 static char *usage[] = {
     "Usage: fb-rle [-CScdhvw] [-l X Y] [-F Frame_buffer] [-p X Y] [file.rle]",
     "",
-    "If no RLE file is specifed, fb-rle will write to its standard output.",
+    "If no RLE file is specified, fb-rle will write to its standard output.",
     "If the environment variable FB_FILE is set, its value will be used to",
     "specify the framebuffer file or device to read from.",
     0

Modified: brlcad/trunk/src/fb/polar-fb.c
===================================================================
--- brlcad/trunk/src/fb/polar-fb.c      2012-11-28 19:16:25 UTC (rev 53859)
+++ brlcad/trunk/src/fb/polar-fb.c      2012-11-28 19:18:38 UTC (rev 53860)
@@ -364,7 +364,7 @@
 main (int argc, char **argv)
 {
     int clr_fb = 0;    /* Clear the frame buffer first? */
-    int draw_grid = 1; /* Plot the plolar axes? */
+    int draw_grid = 1; /* Plot the polar axes? */
     int merge = 0;     /* Overlay data on current contents FB? */
     int NoWarnings = 0;        /* Abort if any irregular input? */
     int perimeter = 0; /* Plot perimeter of function? */

Modified: brlcad/trunk/src/proc-db/brepintersect.cpp
===================================================================
--- brlcad/trunk/src/proc-db/brepintersect.cpp  2012-11-28 19:16:25 UTC (rev 
53859)
+++ brlcad/trunk/src/proc-db/brepintersect.cpp  2012-11-28 19:18:38 UTC (rev 
53860)
@@ -511,7 +511,7 @@
  * When the triangles intersect in 2 points the order of the points is
  * meaningful as they indicate the ternality of the faces the
  * condition we want to meet is that the edge (result[1] - result[0])
- * is parallal to (Norm2 X Norm1)
+ * is parallel to (Norm2 X Norm1)
  */
 
 enum EdgeIndex {ab = 0, bc = 1, ca = 2, de = 3, ef = 4, fd = 5};

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


------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
INSIGHTS What's next for parallel hardware, programming and related areas?
Interviews and blogs by thought leaders keep you ahead of the curve.
http://goparallel.sourceforge.net
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to