From aa112dc77c67e90aa2fe470bd141e40cb65ec1ef Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 1 Jul 2021 11:16:25 +1000 Subject: Cleanup: spelling --- source/blender/functions/FN_cpp_type_make.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/functions/FN_cpp_type_make.hh') diff --git a/source/blender/functions/FN_cpp_type_make.hh b/source/blender/functions/FN_cpp_type_make.hh index 529ec261946..b8e5373ccf7 100644 --- a/source/blender/functions/FN_cpp_type_make.hh +++ b/source/blender/functions/FN_cpp_type_make.hh @@ -186,7 +186,7 @@ template uint64_t hash_cb(const void *value) } // namespace blender::fn::cpp_type_util /** - * Different types support different features. Features like copy constructibility can be detected + * Different types support different features. Features like copy constructability can be detected * automatically easily. For some features this is harder as of C++17. Those have flags in this * enum and need to be determined by the programmer. */ -- cgit v1.2.3