Cleanup: spelling
This commit is contained in:
@@ -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,
|
||||||
|
@@ -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.
|
||||||
*/
|
*/
|
||||||
|
@@ -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. */
|
||||||
|
Reference in New Issue
Block a user