From d8a7e5ee324ef4648a317ef232aae5b5a8ed991f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 19 Sep 2019 13:18:52 +1000 Subject: Cleanup: spelling --- source/blender/blenkernel/intern/library.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenkernel/intern/library.c') diff --git a/source/blender/blenkernel/intern/library.c b/source/blender/blenkernel/intern/library.c index 6eb9de7aaf0..367c2fbbdda 100644 --- a/source/blender/blenkernel/intern/library.c +++ b/source/blender/blenkernel/intern/library.c @@ -1476,7 +1476,7 @@ void BKE_libblock_copy_ex(Main *bmain, const ID *id, ID **r_newid, const int ori /* the duplicate should get a copy of the animdata */ if ((flag & LIB_ID_COPY_NO_ANIMDATA) == 0) { /* Note that even though horrors like root nodetrees are not in bmain, the actions they use - * in their anim data *are* in bmain... super-mega-hurra. */ + * in their anim data *are* in bmain... super-mega-hooray. */ int animdata_flag = orig_flag; BLI_assert((animdata_flag & LIB_ID_COPY_ACTIONS) == 0 || (animdata_flag & LIB_ID_CREATE_NO_MAIN) == 0); -- cgit v1.2.3