Cleanup: typo in comment
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user