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
path: root/source
diff options
context:
space:
mode:
authorGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2011-10-12 21:06:15 +0400
committerGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2011-10-12 21:06:15 +0400
commitdd8eac0d85c3520bcbab286e138be00982734a42 (patch)
treeb3f5b44e24ed74272a14c384f6a75017a37860f3 /source
parentda0354e0541f58a8b48f403e31ba09a5ece5e962 (diff)
Fix typo.
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/gpencil/drawgpencil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/gpencil/drawgpencil.c b/source/blender/editors/gpencil/drawgpencil.c
index b87166c51ca..8e83b01fc2f 100644
--- a/source/blender/editors/gpencil/drawgpencil.c
+++ b/source/blender/editors/gpencil/drawgpencil.c
@@ -147,7 +147,7 @@ static void gp_draw_stroke_buffer (tGPspoint *points, int totpoints, short thick
}
glEnd();
- /* reset for pradictable OpenGL context */
+ /* reset for predictable OpenGL context */
glLineWidth(1.0f);
if (G.f & G_DEBUG) setlinestyle(0);