[Bf-blender-cvs] [275d0d33971] master: Cleanup: Spelling in comment

Sergey Sharybin noreply at git.blender.org
Mon Oct 11 14:01:49 CEST 2021


Commit: 275d0d33971872b356a6356a4996604aac98b554
Author: Sergey Sharybin
Date:   Mon Oct 11 12:29:05 2021 +0200
Branches: master
https://developer.blender.org/rB275d0d33971872b356a6356a4996604aac98b554

Cleanup: Spelling in comment

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

M	intern/cycles/util/util_string.cpp

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

diff --git a/intern/cycles/util/util_string.cpp b/intern/cycles/util/util_string.cpp
index 9c0b2ca50bb..0fc9cb4ae77 100644
--- a/intern/cycles/util/util_string.cpp
+++ b/intern/cycles/util/util_string.cpp
@@ -153,7 +153,7 @@ string string_remove_trademark(const string &s)
 {
   string result = s;
 
-  /* Special case, so we don;t leave sequential spaces behind. */
+  /* Special case, so we don't leave sequential spaces behind. */
   /* TODO(sergey): Consider using regex perhaps? */
   string_replace(result, " (TM)", "");
   string_replace(result, " (R)", "");



More information about the Bf-blender-cvs mailing list