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 <campbell@blender.org>2022-02-17 08:50:44 +0300
committerCampbell Barton <campbell@blender.org>2022-02-17 08:50:44 +0300
commit8c8d84fbc5681fd4dd3250a2df7422f7268263ce (patch)
tree6ca7ef49068e0ac13c05e873ac4b92194c64687b /source/blender/blenkernel/BKE_curves.hh
parentbdde8c72071fe6df52111d9b7625a087a70fb993 (diff)
Cleanup: compiler warning, typo in comment
Diffstat (limited to 'source/blender/blenkernel/BKE_curves.hh')
-rw-r--r--source/blender/blenkernel/BKE_curves.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_curves.hh b/source/blender/blenkernel/BKE_curves.hh
index 6bcbb0f6e66..0f0b77902cc 100644
--- a/source/blender/blenkernel/BKE_curves.hh
+++ b/source/blender/blenkernel/BKE_curves.hh
@@ -50,7 +50,7 @@ class CurvesGeometryRuntime {
/**
* A C++ class that wraps the DNA struct for better encapsulation and ease of use. It inherits
- * directly from the struct rather than storing a pointer to avoid more complcated ownership
+ * directly from the struct rather than storing a pointer to avoid more complicated ownership
* handling.
*/
class CurvesGeometry : public ::CurvesGeometry {