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:
authorCampbell Barton <ideasman42@gmail.com>2020-05-29 05:58:07 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-05-29 05:58:29 +0300
commitd1f4adab24ad2b636de145843ab1e14ff4b41ae6 (patch)
tree40b9cd3840d422f3ae3e250cd5f57f49b6abe51d /source/blender/editors/space_file
parentdbdb8a335545d1f7287b9474e54f40b685a48fad (diff)
Cleanup: spelling, correct reference to 'Mesh.mcol'
Diffstat (limited to 'source/blender/editors/space_file')
-rw-r--r--source/blender/editors/space_file/fsmenu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_file/fsmenu.c b/source/blender/editors/space_file/fsmenu.c
index dc258157afd..b03df01a02b 100644
--- a/source/blender/editors/space_file/fsmenu.c
+++ b/source/blender/editors/space_file/fsmenu.c
@@ -418,7 +418,7 @@ void fsmenu_insert_entry(struct FSMenu *fsmenu,
else {
/* if we're bookmarking this, file should come
* before the last separator, only automatically added
- * current dir go after the last sep. */
+ * current dir go after the last separator. */
if (flag & FS_INSERT_SAVE) {
break;
}