Cleanup: spelling

This commit is contained in:
Campbell Barton
2019-11-08 11:41:34 +11:00
parent bda58b8a89
commit 5c2670ca39
3 changed files with 3 additions and 3 deletions

View File

@@ -202,7 +202,7 @@ void BKE_keyconfig_keymap_filter_item(wmKeyMap *keymap,
/** /**
* Filter & optionally remove key-map items, * Filter & optionally remove key-map items,
* intended for versioning, but may be used in other situatuons too. * intended for versioning, but may be used in other situations too.
*/ */
void BKE_keyconfig_pref_filter_items(struct UserDef *userdef, void BKE_keyconfig_pref_filter_items(struct UserDef *userdef,
const struct wmKeyConfigFilterItemParams *params, const struct wmKeyConfigFilterItemParams *params,

View File

@@ -910,7 +910,7 @@ static bool delaunay_check(CDTVert *v1, CDTVert *v2, CDTVert *v3, CDTVert *p, co
{ {
double x1, y1, x2, y2, den, cenx, ceny, rad, pc, a, b, w, z, q, s; double x1, y1, x2, y2, den, cenx, ceny, rad, pc, a, b, w, z, q, s;
/* Find center and radius of circumcircle of v1,v2,v3. /* Find center and radius of circum-circle of v1,v2,v3.
* Transform coords so v3 is at origin to help reduce floating point error * Transform coords so v3 is at origin to help reduce floating point error
* when coordinates are far from (0,0) but close together. * when coordinates are far from (0,0) but close together.
*/ */

View File

@@ -202,7 +202,7 @@ typedef enum {
/** /**
* Container to avoid passing around these variables to many functions. * Container to avoid passing around these variables to many functions.
* Also so we can have one place to assing these variables. * Also so we can have one place to assign these variables.
*/ */
typedef struct TreeViewContext { typedef struct TreeViewContext {
/* Scene level. */ /* Scene level. */