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:
authorThomas Dinges <blender@dingto.org>2012-02-23 13:23:29 +0400
committerThomas Dinges <blender@dingto.org>2012-02-23 13:23:29 +0400
commitbc02db27c5461a8228ea8d06325a2170998dbb72 (patch)
tree7d76891a702602bf9fe0cd0c11eb46400483ec4e /source
parentf8c6f81271f98d94e6f9bd1e9d55154601a59297 (diff)
* Fixed some typos in the code, patch [#30247] by Vladimir Rutsky (rutsky). Thanks!
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/sculpt_paint/paint_vertex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_vertex.c b/source/blender/editors/sculpt_paint/paint_vertex.c
index 4ce304a62c4..ba132e1ed7d 100644
--- a/source/blender/editors/sculpt_paint/paint_vertex.c
+++ b/source/blender/editors/sculpt_paint/paint_vertex.c
@@ -86,7 +86,7 @@
#include "paint_intern.h"
-/* check if we can do partial updayes and have them draw realtime
+/* check if we can do partial updates and have them draw realtime
* (without rebuilding the 'derivedFinal') */
static int vertex_paint_use_fast_update_check(Object *ob)
{