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-11-03 15:59:24 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-11-03 15:59:24 +0300
commitf278d814fd7b23c58348524dee9f3b1d6e5e2167 (patch)
treeb510552aa05f13932a3f916fb8cc44c22a9aa6ca /source/blender/blenkernel/BKE_idtype.h
parentb1efea986d62c0332c3e4fcbca8a6a1846599c62 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/blenkernel/BKE_idtype.h')
-rw-r--r--source/blender/blenkernel/BKE_idtype.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_idtype.h b/source/blender/blenkernel/BKE_idtype.h
index 88b78a1c6cc..1298e3c2bbf 100644
--- a/source/blender/blenkernel/BKE_idtype.h
+++ b/source/blender/blenkernel/BKE_idtype.h
@@ -202,7 +202,7 @@ typedef struct IDTypeInfo {
IDTypeBlendReadExpandFunction blend_read_expand;
/**
- * Allow an ID type to preserve some of its data accross (memfile) undo steps.
+ * Allow an ID type to preserve some of its data across (memfile) undo steps.
*
* \note Called from #setup_app_data when undoing or redoing a memfile step.
*/