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-04-08 03:33:56 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-04-08 03:33:56 +0300
commit1ec2f8d1f22634fc171a88d739c96ee8406b6c29 (patch)
treec367dae522c4d25008b6df552db502d863830202 /source/blender/blenloader
parent161c13e12be0c968808612010268e81c88327f65 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/readfile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index 6b67842bf1e..898f318f60b 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -2838,7 +2838,7 @@ static int direct_link_id_restore_recalc(const FileData *fd,
recalc |= direct_link_id_restore_recalc_exceptions(id_current);
/* Evaluations for the current state that have not been performed yet
- * by the time we are perfoming this undo step. */
+ * by the time we are performing this undo step. */
recalc |= id_current->recalc;
/* Tags that were set between the target state and the current state,
@@ -9672,7 +9672,7 @@ static BHead *read_libblock(FileData *fd,
const bool placeholder_set_indirect_extern,
ID **r_id)
{
- /* First attemp to restore existing datablocks for undo.
+ /* First attempt to restore existing datablocks for undo.
* When datablocks are changed but still exist, we restore them at the old
* address and inherit recalc flags for the dependency graph. */
ID *id_old = NULL;