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:
authorHans Goudey <h.goudey@me.com>2020-11-19 00:31:15 +0300
committerHans Goudey <h.goudey@me.com>2020-11-19 00:31:26 +0300
commite9ddb21df356e1c6c21297aa463cdd6bfda8868c (patch)
treeafab40679a88f642d9bb3c42db4afaab3e1dfdf2 /source/blender/blenkernel/BKE_main.h
parent8f30a88e63fe2c86aa004f302e6f3bd4c172ea39 (diff)
Cleanup: Grammar: "Allow to" vs gerund missed in last commit
Diffstat (limited to 'source/blender/blenkernel/BKE_main.h')
-rw-r--r--source/blender/blenkernel/BKE_main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_main.h b/source/blender/blenkernel/BKE_main.h
index a0535c91905..8106607572b 100644
--- a/source/blender/blenkernel/BKE_main.h
+++ b/source/blender/blenkernel/BKE_main.h
@@ -99,7 +99,7 @@ typedef struct Main {
*/
char is_memfile_undo_flush_needed;
/**
- * Indicates that next memfile undo step should not allow to re-use old bmain when re-read, but
+ * Indicates that next memfile undo step should not allow reusing old bmain when re-read, but
* instead do a complete full re-read/update from stored memfile.
*/
char use_memfile_full_barrier;