Revision: 53732
          http://brlcad.svn.sourceforge.net/brlcad/?rev=53732&view=rev
Author:   carlmoore
Date:     2012-11-16 19:01:24 +0000 (Fri, 16 Nov 2012)
Log Message:
-----------
fix spellings

Modified Paths:
--------------
    brlcad/trunk/src/libpc/pc_main.c
    brlcad/trunk/src/librt/prep.c

Modified: brlcad/trunk/src/libpc/pc_main.c
===================================================================
--- brlcad/trunk/src/libpc/pc_main.c    2012-11-16 18:52:46 UTC (rev 53731)
+++ brlcad/trunk/src/libpc/pc_main.c    2012-11-16 19:01:24 UTC (rev 53732)
@@ -111,7 +111,7 @@
            bu_log("!!! Unknown data structure for Variable : %s \n", name);
     }
 
-    /** the acual push operation into the pc_pc_set */
+    /** the actual push operation into the pc_pc_set */
     PC_PCSET_PUSHP(pcsp, par);
 }
 
@@ -186,7 +186,7 @@
     con->data.cf.dimension = dimension;
     con->data.cf.fp = fp;
 
-    /** the acual push operation into the pc_pc_set */
+    /** the actual push operation into the pc_pc_set */
     PC_PCSET_PUSHC(pcsp, con);
 }
 

Modified: brlcad/trunk/src/librt/prep.c
===================================================================
--- brlcad/trunk/src/librt/prep.c       2012-11-16 18:52:46 UTC (rev 53731)
+++ brlcad/trunk/src/librt/prep.c       2012-11-16 19:01:24 UTC (rev 53732)
@@ -180,7 +180,7 @@
     db_close_client(rtip->rti_dbip, (long *)rtip);
     rtip->rti_dbip = (struct db_i *)NULL;
 
-    /* Freeing the actual resource structures's memory is the app's job */
+    /* Freeing the actual resource structures' memory is the app's job */
     bu_ptbl_free(&rtip->rti_resources);
     bu_ptbl_free(&rtip->delete_regs);
 

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