From c5c8c68eec93e57ed46be4371d8831e2f0fe3fe2 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 20 Sep 2021 16:42:07 +1000 Subject: Cleanup: spelling --- source/blender/blenlib/BLI_uuid.h | 4 ++-- source/blender/nodes/geometry/nodes/node_geo_curve_to_mesh.cc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'source') diff --git a/source/blender/blenlib/BLI_uuid.h b/source/blender/blenlib/BLI_uuid.h index 15350849f67..5440e9426bf 100644 --- a/source/blender/blenlib/BLI_uuid.h +++ b/source/blender/blenlib/BLI_uuid.h @@ -37,7 +37,7 @@ extern "C" { * This function is not thread-safe. */ UUID BLI_uuid_generate_random(void); -/** Compare two UUIDs, return true iff they are equal. */ +/** Compare two UUIDs, return true if they are equal. */ bool BLI_uuid_equal(UUID uuid1, UUID uuid2); /** @@ -48,7 +48,7 @@ void BLI_uuid_format(char *buffer, UUID uuid) ATTR_NONNULL(); /** * Parse a string as UUID. - * The string MUST be in the format xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx, + * The string MUST be in the format `xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx`, * as produced by #BLI_uuid_format(). * * Return true if the string could be parsed, and false otherwise. In the latter case, the UUID may diff --git a/source/blender/nodes/geometry/nodes/node_geo_curve_to_mesh.cc b/source/blender/nodes/geometry/nodes/node_geo_curve_to_mesh.cc index f46440fd949..b8bdb3d71d6 100644 --- a/source/blender/nodes/geometry/nodes/node_geo_curve_to_mesh.cc +++ b/source/blender/nodes/geometry/nodes/node_geo_curve_to_mesh.cc @@ -339,7 +339,7 @@ struct ResultAttributes { /** * Result attributes corresponding the attributes on the profile input, in the same order. The - * attributes are optional in case the attribute names correspond to a namse used by the curve + * attributes are optional in case the attribute names correspond to a names used by the curve * input, in which case the curve input attributes take precedence. */ Vector> profile_point_attributes; -- cgit v1.2.3