From 80f1527762c1cac50c04074282088aa12797ec0a Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Sun, 12 Dec 2021 23:00:39 -0600 Subject: Cleanup: Point cloud vs point-cloud in comments Point cloud is two separate words, this just changes comments in a few places where we were inconsistent. A small wording change to another comment is also included. --- source/blender/blenkernel/BKE_pointcloud.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenkernel/BKE_pointcloud.h') diff --git a/source/blender/blenkernel/BKE_pointcloud.h b/source/blender/blenkernel/BKE_pointcloud.h index d2d390dc786..af8a6ed293d 100644 --- a/source/blender/blenkernel/BKE_pointcloud.h +++ b/source/blender/blenkernel/BKE_pointcloud.h @@ -18,7 +18,7 @@ /** \file * \ingroup bke - * \brief General operations for point-clouds. + * \brief General operations for point clouds. */ #ifdef __cplusplus extern "C" { -- cgit v1.2.3