Revision: 53785
          http://brlcad.svn.sourceforge.net/brlcad/?rev=53785&view=rev
Author:   carlmoore
Date:     2012-11-20 21:38:09 +0000 (Tue, 20 Nov 2012)
Log Message:
-----------
fix spelling and remove a trailing tab

Modified Paths:
--------------
    brlcad/trunk/src/libbn/plane.c

Modified: brlcad/trunk/src/libbn/plane.c
===================================================================
--- brlcad/trunk/src/libbn/plane.c      2012-11-20 20:49:51 UTC (rev 53784)
+++ brlcad/trunk/src/libbn/plane.c      2012-11-20 21:38:09 UTC (rev 53785)
@@ -524,7 +524,7 @@
  *      1 -> lines do not intersect
  *
  * For return values less than zero, dist is not set.  For return
- * valuse of 0 or 1, dist[0] is the distance from p1 in the d1
+ * values of 0 or 1, dist[0] is the distance from p1 in the d1
  * direction to the point of closest approach for that line.  Similar
  * for the second line.  d1 and d2 must be unit direction vectors.
  *
@@ -2440,7 +2440,7 @@
                        /* AtoP_mag < AtoB_mag */
                        /* P is on lseg AtoB */
                        dist = 0.0;
-                       ret = 0;        
+                       ret = 0;
                    }
                } else {
                    /* AtoB and AtoP are collinear */

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


------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to