From cfe8f7661602a1fd7cedecc074cdd1463096fce9 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Mon, 4 Feb 2019 20:39:59 +0100 Subject: Cleanup: typo in comment. --- source/blender/blenkernel/intern/cachefile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenkernel/intern/cachefile.c') diff --git a/source/blender/blenkernel/intern/cachefile.c b/source/blender/blenkernel/intern/cachefile.c index afe38fbc105..1f05dcb50ba 100644 --- a/source/blender/blenkernel/intern/cachefile.c +++ b/source/blender/blenkernel/intern/cachefile.c @@ -104,7 +104,7 @@ void BKE_cachefile_free(CacheFile *cache_file) /** * Only copy internal data of CacheFile ID from source to already allocated/initialized destination. - * You probably nerver want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. + * You probably never want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. * * WARNING! This function will not handle ID user count! * -- cgit v1.2.3