From bb6765f28fdde392976c38712c851d0ef8c75a2c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 18 Mar 2021 09:35:12 +1100 Subject: Cleanup: spelling --- source/blender/blenlib/BLI_link_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib/BLI_link_utils.h') diff --git a/source/blender/blenlib/BLI_link_utils.h b/source/blender/blenlib/BLI_link_utils.h index a877860cd8d..e1e4a8dbd4a 100644 --- a/source/blender/blenlib/BLI_link_utils.h +++ b/source/blender/blenlib/BLI_link_utils.h @@ -21,7 +21,7 @@ * \brief Single link-list utility macros. (header only api). * * Use this api when the structure defines its own ``next`` pointer - * and a double linked list such as #ListBase isnt needed. + * and a double linked list such as #ListBase isn't needed. */ #define BLI_LINKS_PREPEND(list, link) \ -- cgit v1.2.3