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-12-08 03:30:03 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-12-08 05:31:19 +0300
commit2964c4e1d08836b0ef2d0382579e8da173650b24 (patch)
tree88232b2b0a10862d86e8f776e52a88c13bf1d764 /source/blender/blenkernel/BKE_geometry_set.hh
parent333dc7b5c4ee44986294c6b5683fa4813454279b (diff)
Cleanup: spelling in comments
Diffstat (limited to 'source/blender/blenkernel/BKE_geometry_set.hh')
-rw-r--r--source/blender/blenkernel/BKE_geometry_set.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenkernel/BKE_geometry_set.hh b/source/blender/blenkernel/BKE_geometry_set.hh
index 1399da0219c..7d33cb81f0f 100644
--- a/source/blender/blenkernel/BKE_geometry_set.hh
+++ b/source/blender/blenkernel/BKE_geometry_set.hh
@@ -264,7 +264,7 @@ inline constexpr bool is_geometry_component_v = std::is_base_of_v<GeometryCompon
* individual components might be shared between multiple geometries and other code. Shared
* components are copied automatically when write access is requested.
*
- * The components usually do not store data by themself, but keep a reference to a data structure
+ * The components usually do not store data by them self, but keep a reference to a data structure
* defined elsewhere in Blender. There is at most one component of each type:
* - #MeshComponent
* - #CurveComponent
@@ -559,7 +559,7 @@ class MeshComponent : public GeometryComponent {
* A geometry component that stores a point cloud, corresponding to the #PointCloud data structure.
* While a point cloud is technically a subset of a mesh in some respects, it is useful because of
* its simplicity, partly on a conceptual level for the user, but also in the code, though partly
- * for historical reasons. Pointclouds can also be rendered in special ways, based on the built-in
+ * for historical reasons. Point-clouds can also be rendered in special ways, based on the built-in
* `radius` attribute.
*
* Attributes on point clouds are all stored in contiguous arrays in its #CustomData,