From 6a686b0bfbdee935fbd6f584f15985b1a8cd4406 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Mon, 4 Feb 2019 16:22:28 +0100 Subject: Cleanup: BKE_library: rename id_copy to BKE_id_copy. Time to follow conventions for that one as well. --- source/blender/blenkernel/intern/world.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenkernel/intern/world.c') diff --git a/source/blender/blenkernel/intern/world.c b/source/blender/blenkernel/intern/world.c index 1c00e09d608..46191f2f69b 100644 --- a/source/blender/blenkernel/intern/world.c +++ b/source/blender/blenkernel/intern/world.c @@ -97,7 +97,7 @@ World *BKE_world_add(Main *bmain, const char *name) /** * Only copy internal data of World ID from source to already allocated/initialized destination. - * You probably nerver want to use that directly, use id_copy or BKE_id_copy_ex for typical needs. + * You probably nerver 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