Revision: 52839
http://brlcad.svn.sourceforge.net/brlcad/?rev=52839&view=rev
Author: carlmoore
Date: 2012-10-05 16:14:23 +0000 (Fri, 05 Oct 2012)
Log Message:
-----------
change 'segement' to 'segment' (right?)
Modified Paths:
--------------
brlcad/trunk/src/librt/primitives/sketch/sketch.c
Modified: brlcad/trunk/src/librt/primitives/sketch/sketch.c
===================================================================
--- brlcad/trunk/src/librt/primitives/sketch/sketch.c 2012-10-05 15:49:55 UTC
(rev 52838)
+++ brlcad/trunk/src/librt/primitives/sketch/sketch.c 2012-10-05 16:14:23 UTC
(rev 52839)
@@ -1163,8 +1163,8 @@
nbytes += 8 + (bseg->degree + 1) * 4;
break;
default:
- bu_log("rt_sketch_export4: unsupported segement type (x%x)\n",
*lng);
- bu_bomb("rt_sketch_export4: unsupported segement type\n");
+ bu_log("rt_sketch_export4: unsupported segment type (x%x)\n",
*lng);
+ bu_bomb("rt_sketch_export4: unsupported segment type\n");
}
}
@@ -1209,7 +1209,7 @@
uint32_t *lng;
fastf_t tmp_fastf;
- /* write segment type ID, and segement parameters */
+ /* write segment type ID, and segment parameters */
lng = (uint32_t *)sketch_ip->curve.segment[seg_no];
switch (*lng) {
case CURVE_LSEG_MAGIC:
@@ -1516,8 +1516,8 @@
ep->ext_nbytes += (bseg->degree + 1) * SIZEOF_NETWORK_LONG;
break;
default:
- bu_log("rt_sketch_export5: unsupported segement type (x%x)\n",
*lng);
- bu_bomb("rt_sketch_export5: unsupported segement type\n");
+ bu_log("rt_sketch_export5: unsupported segment type (x%x)\n",
*lng);
+ bu_bomb("rt_sketch_export5: unsupported segment type\n");
}
}
ep->ext_buf = (genptr_t)bu_malloc(ep->ext_nbytes, "sketch external");
@@ -1557,7 +1557,7 @@
uint32_t *lng;
fastf_t tmp_fastf;
- /* write segment type ID, and segement parameters */
+ /* write segment type ID, and segment parameters */
lng = (uint32_t *)sketch_ip->curve.segment[seg_no];
switch (*lng) {
case CURVE_LSEG_MAGIC:
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