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:
authorAntonioya <blendergit@gmail.com>2018-10-29 18:42:47 +0300
committerAntonioya <blendergit@gmail.com>2018-10-29 18:43:11 +0300
commit11f9018ec665eca3ae70ca2fa1c030af5df4d926 (patch)
treecd778dbdbfcafd58b4dc0eb51516a8885ee60fb1 /source/blender/blenkernel/intern/brush.c
parent29428859d945b5cd4c11bcb95d353689e1fa92b5 (diff)
GP: Cleanup typo
Diffstat (limited to 'source/blender/blenkernel/intern/brush.c')
-rw-r--r--source/blender/blenkernel/intern/brush.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/brush.c b/source/blender/blenkernel/intern/brush.c
index e4f89e5bcfb..13087877d5d 100644
--- a/source/blender/blenkernel/intern/brush.c
+++ b/source/blender/blenkernel/intern/brush.c
@@ -167,7 +167,7 @@ Brush *BKE_brush_add(Main *bmain, const char *name, const eObjectMode ob_mode)
return brush;
}
-/* add grese pencil settings */
+/* add grease pencil settings */
void BKE_brush_init_gpencil_settings(Brush *brush)
{
if (brush->gpencil_settings == NULL) {