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:
authorJoshua Leung <aligorith@gmail.com>2012-11-12 14:38:51 +0400
committerJoshua Leung <aligorith@gmail.com>2012-11-12 14:38:51 +0400
commit0fc0cb351b5e838dce7a14e8fe68fb6f7125eab0 (patch)
tree28395767bc789c1c26439e7a397701aa164f5252 /source/blender/editors/gpencil/gpencil_paint.c
parent40382c15ac20b2d3e7ade2c1be9600160b63f5b3 (diff)
More spelling errors, whitespace, and simplifying code with many side effects
Diffstat (limited to 'source/blender/editors/gpencil/gpencil_paint.c')
-rw-r--r--source/blender/editors/gpencil/gpencil_paint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/gpencil/gpencil_paint.c b/source/blender/editors/gpencil/gpencil_paint.c
index ad974e8b464..77f6d2bda5c 100644
--- a/source/blender/editors/gpencil/gpencil_paint.c
+++ b/source/blender/editors/gpencil/gpencil_paint.c
@@ -771,7 +771,7 @@ static short gp_stroke_eraser_splitdel(bGPDframe *gpf, bGPDstroke *gps, int i)
/* We must adjust timings!
* Each point's timing data is a delta from stroke's inittime, so as we erase the first
- * point of the stroke, we have to offset this inittime and all remaing points' delta values.
+ * point of the stroke, we have to offset this inittime and all remaining points' delta values.
* This way we get a new stroke with exactly the same timing as if user had started drawing from
* the second point...
*/