Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Oeser <info@graphics-engineer.com>2020-04-01 19:33:58 +0300
committerPhilipp Oeser <info@graphics-engineer.com>2020-04-03 11:34:18 +0300
commita2a70cfc41edf3f8d63dcc6bc8d6b946583bec1a (patch)
treed8dd66c3edcc6490a0e7b93aa70c4b8099563349
parent9aad06db8880a4097ab6c0f019185aa6671e55a6 (diff)
Cleanup: typo in comment
-rw-r--r--source/blender/editors/space_info/info_stats.c4
1 files changed, 2 insertions, 2 deletions
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) {