From b5d1e0ad1e58307def918f00bddce01041266056 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 10 Apr 2019 00:06:53 +1000 Subject: Cleanup: spelling --- source/blender/blenlib/intern/listbase.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib/intern/listbase.c') diff --git a/source/blender/blenlib/intern/listbase.c b/source/blender/blenlib/intern/listbase.c index 8e6de3ab141..e34f9d0ab10 100644 --- a/source/blender/blenlib/intern/listbase.c +++ b/source/blender/blenlib/intern/listbase.c @@ -61,7 +61,7 @@ void BLI_movelisttolist(ListBase *dst, ListBase *src) } /** - * moves the entire contents of \a src at the begining of \a dst. + * moves the entire contents of \a src at the beginning of \a dst. */ void BLI_movelisttolist_reverse(ListBase *dst, ListBase *src) { -- cgit v1.2.3