From 502c2c233d1741a5288f0d4a52df9173d850348c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 1 Aug 2019 17:32:42 +1000 Subject: Cleanup: misc spelling fixes in variable names & defines T68045 by @luzpaz --- source/blender/imbuf/IMB_imbuf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/imbuf/IMB_imbuf.h') diff --git a/source/blender/imbuf/IMB_imbuf.h b/source/blender/imbuf/IMB_imbuf.h index fbaa9b06d3b..791e939db7f 100644 --- a/source/blender/imbuf/IMB_imbuf.h +++ b/source/blender/imbuf/IMB_imbuf.h @@ -324,7 +324,7 @@ struct IndexBuildContext *IMB_anim_index_rebuild_context(struct anim *anim, IMB_Timecode_Type tcs_in_use, IMB_Proxy_Size proxy_sizes_in_use, int quality, - const bool overwite, + const bool overwrite, struct GSet *file_list); /* will rebuild all used indices and proxies at once */ -- cgit v1.2.3