From 9e96c6d05488370cd74c89b69b306da6f5e4de69 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 5 Jun 2020 14:34:00 +1000 Subject: Cleanup: spelling --- source/blender/blenkernel/intern/unit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/blenkernel/intern/unit.c') diff --git a/source/blender/blenkernel/intern/unit.c b/source/blender/blenkernel/intern/unit.c index a8136dd7932..f37feab4b85 100644 --- a/source/blender/blenkernel/intern/unit.c +++ b/source/blender/blenkernel/intern/unit.c @@ -716,7 +716,7 @@ static bool ch_is_op(char op) /** * Helper function for #unit_distribute_negatives to find the next negative to distribute. * - * \note This unecessarily skips the next space if it comes right after the "-" + * \note This unnecessarily skips the next space if it comes right after the "-" * just to make a more predictable output. */ static char *find_next_negative(const char *str, const char *remaining_str) @@ -742,7 +742,7 @@ static char *find_next_negative(const char *str, const char *remaining_str) /** * Helper function for #unit_distribute_negatives to find the next operation, including "-". * - * \note This unecessarily skips the space before the operation character + * \note This unnecessarily skips the space before the operation character * just to make a more predictable output. */ static char *find_next_op(const char *str, char *remaining_str, int len_max) -- cgit v1.2.3