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/lattice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenkernel/intern/lattice.c') diff --git a/source/blender/blenkernel/intern/lattice.c b/source/blender/blenkernel/intern/lattice.c index 52627bd8fb1..02a3edab548 100644 --- a/source/blender/blenkernel/intern/lattice.c +++ b/source/blender/blenkernel/intern/lattice.c @@ -266,7 +266,7 @@ Lattice *BKE_lattice_add(Main *bmain, const char *name) /** * Only copy internal data of Lattice 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