From bc02db27c5461a8228ea8d06325a2170998dbb72 Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Thu, 23 Feb 2012 09:23:29 +0000 Subject: [PATCH] * Fixed some typos in the code, patch [#30247] by Vladimir Rutsky (rutsky). Thanks! --- source/blender/editors/sculpt_paint/paint_vertex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {