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:
authorluzpaz <luzpaz>2022-06-28 16:35:35 +0300
committerBrecht Van Lommel <brecht@blender.org>2022-06-28 16:56:16 +0300
commit4d982cbb5d950f10493fa911a4955fd4a2e65589 (patch)
treec6b536071f884458a7a059a73ce45fa040e0ce19 /source/blender/editors/sculpt_paint/sculpt_intern.h
parent0124de9d0e5fda3c1aafc0650bc6cd31618dbbb7 (diff)
Cleanup: fix various typos
Differential Revision: https://developer.blender.org/D15304
Diffstat (limited to 'source/blender/editors/sculpt_paint/sculpt_intern.h')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt_intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt_intern.h b/source/blender/editors/sculpt_paint/sculpt_intern.h
index e8a2d35ccd0..2c4f2f7370a 100644
--- a/source/blender/editors/sculpt_paint/sculpt_intern.h
+++ b/source/blender/editors/sculpt_paint/sculpt_intern.h
@@ -247,7 +247,7 @@ typedef struct SculptThreadedTaskData {
float (*mat)[4];
float (*vertCos)[3];
- /* When true, the displacement stored in the proxies will be aplied to the original coordinates
+ /* When true, the displacement stored in the proxies will be applied to the original coordinates
* instead of to the current coordinates. */
bool use_proxies_orco;