[Bf-blender-cvs] [a2a70cfc41e] master: Cleanup: typo in comment

Philipp Oeser noreply at git.blender.org
Fri Apr 3 10:35:41 CEST 2020


Commit: a2a70cfc41edf3f8d63dcc6bc8d6b946583bec1a
Author: Philipp Oeser
Date:   Wed Apr 1 18:33:58 2020 +0200
Branches: master
https://developer.blender.org/rBa2a70cfc41edf3f8d63dcc6bc8d6b946583bec1a

Cleanup: typo in comment

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

M	source/blender/editors/space_info/info_stats.c

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

diff --git a/source/blender/editors/space_info/info_stats.c b/source/blender/editors/space_info/info_stats.c
index 78bc0961cb3..e0e6edda850 100644
--- a/source/blender/editors/space_info/info_stats.c
+++ b/source/blender/editors/space_info/info_stats.c
@@ -582,8 +582,8 @@ void ED_info_stats_clear(ViewLayer *view_layer)
 
 const char *ED_info_stats_string(Main *bmain, Scene *scene, ViewLayer *view_layer)
 {
-  /* Looping through dependency graph when interface is locked in not safe.
-   * Thew interface is marked as locked when jobs wants to modify the
+  /* Looping through dependency graph when interface is locked is not safe.
+   * The interface is marked as locked when jobs wants to modify the
    * dependency graph. */
   wmWindowManager *wm = bmain->wm.first;
   if (wm->is_interface_locked) {



More information about the Bf-blender-cvs mailing list