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>2021-11-30 01:04:50 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-11-30 02:15:17 +0300
commit4e45265dc6cafe0bf6f36a14a469288183059858 (patch)
tree899ea04187908aafbcc590fd026b33d2d3b021c1 /source/blender/editors/include
parent262ef26ea3fe457ff077224662eaecc1b912aed1 (diff)
Cleanup: spelling in comments & strings
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/ED_file_indexer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/include/ED_file_indexer.h b/source/blender/editors/include/ED_file_indexer.h
index 12579283a62..0afa8819def 100644
--- a/source/blender/editors/include/ED_file_indexer.h
+++ b/source/blender/editors/include/ED_file_indexer.h
@@ -50,7 +50,7 @@ typedef enum eFileIndexerResult {
FILE_INDEXER_ENTRIES_LOADED,
/**
- * Index isn't available or not upto date. Entries should be read from te blend file and
+ * Index isn't available or not up to date. Entries should be read from the blend file and
* `update_index` must be called to update the index.
*/
FILE_INDEXER_NEEDS_UPDATE,
@@ -103,7 +103,7 @@ typedef struct FileIndexerType {
* Is called at the end of the file listing process (before the `free_user_data`) where indexes
* can perform clean-ups.
*
- * This is an optinal callback. Called when listing files completed.
+ * This is an optional callback. Called when listing files completed.
*/
FileIndexerFinishedFunc filelist_finished;