From 1ea47c9af9bf707d7ddb36c88425636ac35e0fc8 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 20 Nov 2013 03:38:18 +1100 Subject: Code Cleanup: style, spelling and pep8 edits --- source/blender/blenkernel/BKE_customdata.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/blenkernel/BKE_customdata.h') diff --git a/source/blender/blenkernel/BKE_customdata.h b/source/blender/blenkernel/BKE_customdata.h index 5a283922707..f28d16427cf 100644 --- a/source/blender/blenkernel/BKE_customdata.h +++ b/source/blender/blenkernel/BKE_customdata.h @@ -147,14 +147,14 @@ void *CustomData_add_layer_named(struct CustomData *data, int type, int alloctyp void *layer, int totelem, const char *name); /* frees the active or first data layer with the give type. - * returns 1 on succes, 0 if no layer with the given type is found + * returns 1 on success, 0 if no layer with the given type is found * * in editmode, use EDBM_data_layer_free instead of this function */ bool CustomData_free_layer(struct CustomData *data, int type, int totelem, int index); /* frees the layer index with the give type. - * returns 1 on succes, 0 if no layer with the given type is found + * returns 1 on success, 0 if no layer with the given type is found * * in editmode, use EDBM_data_layer_free instead of this function */ -- cgit v1.2.3