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-03-18 14:28:54 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-03-18 14:28:54 +0300
commit406026abba130be90e1a9824e4fb0a5d8eedd759 (patch)
tree3e8c9d361a91f2a02a0c4d1172817b1555b69827 /source/blender/blenloader
parentc3651adf8914048ecd2668937c3ed4414a6707bd (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/readfile.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index 7e4d676954a..941783d1bec 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -9352,7 +9352,7 @@ static BHead *read_libblock(FileData *fd,
/* read all data into fd->datamap */
/* TODO: instead of building oldnewmap here we could just quickly check the bheads... could
* save some more ticks. Probably not worth it though, bottleneck is full depsgraph rebuild
- * and eval, not actual file reading. */
+ * and evaluate, not actual file reading. */
bhead = read_data_into_oldnewmap(fd, id_bhead, allocname);
DEBUG_PRINTF(
@@ -9889,9 +9889,9 @@ static void lib_link_all(FileData *fd, Main *bmain)
}
if (fd->memfile != NULL && do_partial_undo && (id->tag & LIB_TAG_UNDO_OLD_ID_REUSED) != 0) {
- /* This ID has been re-used from 'old' bmain. Since it was therfore unchanged accross current
- * undo step, and old IDs re-use their old memory address, we do not need to liblink it at
- * all. */
+ /* This ID has been re-used from 'old' bmain. Since it was therefore unchanged across
+ * current undo step, and old IDs re-use their old memory address, we do not need to liblink
+ * it at all. */
continue;
}