[Bf-blender-cvs] [26395553de7] temp-T78835: Cleanup: Spelling in comment

Sergey Sharybin noreply at git.blender.org
Thu Jul 30 16:41:03 CEST 2020


Commit: 26395553de7b8502e1837bf4f59922721fe454f6
Author: Sergey Sharybin
Date:   Thu Jul 30 16:35:52 2020 +0200
Branches: temp-T78835
https://developer.blender.org/rB26395553de7b8502e1837bf4f59922721fe454f6

Cleanup: Spelling in comment

===================================================================

M	source/blender/blenlib/BLI_session_uuid.h

===================================================================

diff --git a/source/blender/blenlib/BLI_session_uuid.h b/source/blender/blenlib/BLI_session_uuid.h
index 02feb1a072d..35d358b8e7c 100644
--- a/source/blender/blenlib/BLI_session_uuid.h
+++ b/source/blender/blenlib/BLI_session_uuid.h
@@ -30,7 +30,7 @@ extern "C" {
 /* Generate new UUID which is unique throughout the Blender session. */
 SessionUUID BLI_session_uuid_generate(void);
 
-/* CHeck whether the UUID is properly generated. */
+/* Check whether the UUID is properly generated. */
 bool BLI_session_uuid_is_generated(const SessionUUID *uuid);
 
 /* Check whether two UUIDs are identical. */



More information about the Bf-blender-cvs mailing list