Cleanup: typo in comment

This commit is contained in:
Philipp Oeser 2020-04-01 18:33:58 +02:00
parent 9aad06db88
commit a2a70cfc41
1 changed files with 2 additions and 2 deletions

View File

@ -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) {