[Bf-blender-cvs] [e414afbaf66] master: Cleanup: typos

Jacques Lucke noreply at git.blender.org
Wed Aug 26 11:24:56 CEST 2020


Commit: e414afbaf668550844451b1ca0c4c30541f9827d
Author: Jacques Lucke
Date:   Wed Aug 26 11:24:10 2020 +0200
Branches: master
https://developer.blender.org/rBe414afbaf668550844451b1ca0c4c30541f9827d

Cleanup: typos

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

M	intern/clog/CLG_log.h
M	source/blender/blenlib/tests/BLI_vector_test.cc

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

diff --git a/intern/clog/CLG_log.h b/intern/clog/CLG_log.h
index 7418623755c..35515a1d5c6 100644
--- a/intern/clog/CLG_log.h
+++ b/intern/clog/CLG_log.h
@@ -132,7 +132,7 @@ void CLG_logf(CLG_LogType *lg,
               const char *format,
               ...) _CLOG_ATTR_NONNULL(1, 3, 4, 5) _CLOG_ATTR_PRINTF_FORMAT(5, 6);
 
-/* Main initializer and distructor (per session, not logger). */
+/* Main initializer and destructor (per session, not logger). */
 void CLG_init(void);
 void CLG_exit(void);
 
diff --git a/source/blender/blenlib/tests/BLI_vector_test.cc b/source/blender/blenlib/tests/BLI_vector_test.cc
index 6dfab0d9e6f..e6b2e7c6365 100644
--- a/source/blender/blenlib/tests/BLI_vector_test.cc
+++ b/source/blender/blenlib/tests/BLI_vector_test.cc
@@ -815,7 +815,7 @@ TEST(vector, RemoveChunk)
   EXPECT_EQ(vec.size(), 0);
 }
 
-TEST(vector, RemoveChunkExceptitons)
+TEST(vector, RemoveChunkExceptions)
 {
   Vector<ExceptionThrower> vec(10);
   vec.remove(1, 3);



More information about the Bf-blender-cvs mailing list