From eb8e656b2b82615e42a85bdee73a2e78b8359a69 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 8 Mar 2019 17:48:49 +1100 Subject: Cleanup: spelling --- source/blender/editors/io/io_cache.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/editors/io') diff --git a/source/blender/editors/io/io_cache.c b/source/blender/editors/io/io_cache.c index 6ec34ead9a8..300382d3071 100644 --- a/source/blender/editors/io/io_cache.c +++ b/source/blender/editors/io/io_cache.c @@ -100,8 +100,8 @@ static int cachefile_open_exec(bContext *C, wmOperator *op) /* hook into UI */ PropertyPointerRNA *pprop = op->customdata; if (pprop->prop) { - /* when creating new ID blocks, use is already 1, but RNA - * pointer se also increases user, so this compensates it */ + /* When creating new ID blocks, use is already 1, but RNA + * pointer see also increases user, so this compensates it. */ id_us_min(&cache_file->id); PointerRNA idptr; -- cgit v1.2.3