Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-07-01 04:16:25 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-07-01 04:16:25 +0300
commitaa112dc77c67e90aa2fe470bd141e40cb65ec1ef (patch)
tree7bed9160425f0ca29d94912c792c2155fcbfbf23 /source/blender/functions/FN_cpp_type_make.hh
parent39188f3c9953c887f0d4bcf21387ec09c08ef4f3 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/functions/FN_cpp_type_make.hh')
-rw-r--r--source/blender/functions/FN_cpp_type_make.hh2
1 files changed, 1 insertions, 1 deletions
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<typename T> 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.
*/