Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-07-17 03:23:33 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-07-17 03:23:33 +0400
commit32cf7fcdb147d4f467279109db384b9a9d3c6708 (patch)
treea6a899e8a801c7c8975289de99137626e21143ef /intern/raskter
parent1f96470b5d80f05aef1dc1c262ba1a0a56a1d1fb (diff)
code cleanup: spelling
Diffstat (limited to 'intern/raskter')
-rw-r--r--intern/raskter/raskter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/raskter/raskter.c b/intern/raskter/raskter.c
index 7049f7d0ebe..e2d4809a23c 100644
--- a/intern/raskter/raskter.c
+++ b/intern/raskter/raskter.c
@@ -461,7 +461,7 @@ static int rast_scan_feather(struct r_fill_context *ctx,
//unsigned int gradientFillOffset;
float t;
float ud; // ud = unscaled edge distance
- float dmin; // dmin = minimun edge distance
+ float dmin; // dmin = minimum edge distance
float odist; // odist = current outer edge distance
float idist; // idist = current inner edge distance
float dx; // dx = X-delta (used for distance proportion calculation)
@@ -643,7 +643,7 @@ static int rast_scan_feather(struct r_fill_context *ctx,
/*
* Note once again that since we are using reciprocals of distance values our
* proportion is already the correct intensity, and does not need to be
- * subracted from 1.0 like it would have if we used real distances.
+ * subtracted from 1.0 like it would have if we used real distances.
*/
#else
clup[0]=t;