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/editors/space_file
parentb1efea986d62c0332c3e4fcbca8a6a1846599c62 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/editors/space_file')
-rw-r--r--source/blender/editors/space_file/filelist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_file/filelist.c b/source/blender/editors/space_file/filelist.c
index 24b8d4deca0..9e51b6ca4ba 100644
--- a/source/blender/editors/space_file/filelist.c
+++ b/source/blender/editors/space_file/filelist.c
@@ -1295,7 +1295,7 @@ static void filelist_cache_preview_runf(TaskPool *__restrict pool, void *taskdat
IMB_thumb_path_lock(preview->path);
/* Always generate biggest preview size for now, it's simpler and avoids having to re-generate in
- * case user switch to a biger preview size... */
+ * case user switch to a bigger preview size. */
preview->img = IMB_thumb_manage(preview->path, THB_LARGE, source);
IMB_thumb_path_unlock(preview->path);