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/lightprobe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenkernel/intern/lightprobe.c') diff --git a/source/blender/blenkernel/intern/lightprobe.c b/source/blender/blenkernel/intern/lightprobe.c index 8a3fa19e14b..fa3d6e1fa29 100644 --- a/source/blender/blenkernel/intern/lightprobe.c +++ b/source/blender/blenkernel/intern/lightprobe.c @@ -61,7 +61,7 @@ void *BKE_lightprobe_add(Main *bmain, const char *name) /** * Only copy internal data of LightProbe 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