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:
authorBastien Montagne <bastien@blender.org>2020-09-21 16:17:41 +0300
committerBastien Montagne <bastien@blender.org>2020-09-21 16:18:13 +0300
commit9d3550d7819807064dd39365322295ebd8ea0a09 (patch)
tree7452b19259309b151807db67980a55648a9b0470 /source/blender/blenkernel/intern/brush.c
parenta34e7c3e5d844fd2b9e628534e93892467a7897e (diff)
Various fixes in UI messages.
Along some other typos in comments or variable names.
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 7eea911f515..3e45d7377b2 100644
--- a/source/blender/blenkernel/intern/brush.c
+++ b/source/blender/blenkernel/intern/brush.c
@@ -250,7 +250,7 @@ static void brush_blend_read_data(BlendDataReader *reader, ID *id)
{
Brush *brush = (Brush *)id;
- /* fallof curve */
+ /* Falloff curve. */
BLO_read_data_address(reader, &brush->curve);
BLO_read_data_address(reader, &brush->gradient);