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:
authorHarley Acheson <harley.acheson@gmail.com>2020-10-19 18:51:50 +0300
committerHarley Acheson <harley.acheson@gmail.com>2020-10-19 19:11:00 +0300
commit84ef3b80de4915a24a9fd2fd214d0fa44e59b854 (patch)
treecb96a1acf6e63988a6167744c08ffd3a5e6d1a8d /source/blender/blenloader/intern/readfile.c
parenta9f2641cb64c6e3bfd2d9b162f4ede4efc988244 (diff)
Spelling: Miscellaneous
Corrects 34 miscellaneous misspelled words. Differential Revision: https://developer.blender.org/D9248 Reviewed by Campbell Barton
Diffstat (limited to 'source/blender/blenloader/intern/readfile.c')
-rw-r--r--source/blender/blenloader/intern/readfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index c5d805e6448..24bbb50968a 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -1681,7 +1681,7 @@ bool BLO_library_path_explode(const char *path, char *r_dir, char **r_group, cha
{
/* We might get some data names with slashes,
* so we have to go up in path until we find blend file itself,
- * then we now next path item is group, and everything else is data name. */
+ * then we know next path item is group, and everything else is data name. */
char *slash = NULL, *prev_slash = NULL, c = '\0';
r_dir[0] = '\0';