From 406026abba130be90e1a9824e4fb0a5d8eedd759 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 18 Mar 2020 22:28:54 +1100 Subject: Cleanup: spelling --- source/blender/blenkernel/BKE_lib_id.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenkernel/BKE_lib_id.h') diff --git a/source/blender/blenkernel/BKE_lib_id.h b/source/blender/blenkernel/BKE_lib_id.h index 25ccc5bd5b6..9f36798fbd5 100644 --- a/source/blender/blenkernel/BKE_lib_id.h +++ b/source/blender/blenkernel/BKE_lib_id.h @@ -134,7 +134,7 @@ void BKE_libblock_copy_ex(struct Main *bmain, const int orig_flag); void *BKE_libblock_copy(struct Main *bmain, const struct ID *id) ATTR_WARN_UNUSED_RESULT ATTR_NONNULL(); -/* Special version. sued by datablock localization. */ +/* Special version: used by data-block localization. */ void *BKE_libblock_copy_for_localize(const struct ID *id); void BKE_libblock_rename(struct Main *bmain, struct ID *id, const char *name) ATTR_NONNULL(); -- cgit v1.2.3