commit b10c08b8cdf23ea41ac1a0e97c26bbd3bc2a0062
parent 1a32ba0aa14edb86ecafdb05bf45582087b9e11e
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Tue, 1 Oct 2019 16:00:26 +0200
Fix a typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/senc.h b/src/senc.h
@@ -155,7 +155,7 @@ senc_scene_create
* Vertices can be duplicates and are deduplicated on the fly.
* Triangles can be duplicates as long as they constantly define the same
* medium on both sides (or an error will be reported) and are deduplicated.
- * When deduplicating triangles, the first occurence is kept (with it original
+ * When deduplicating triangles, the first occurence is kept (with its original
* global_id). Users can provide their own global ids for triangles; these ids
* are not used by the library but are returned as-is by some API calls. */
SENC_API res_T