fix: typo in latest commit [skip ci]

This commit is contained in:
dmitry 2022-01-16 01:58:06 +03:00
commit 40ee34336f
No known key found for this signature in database
GPG key ID: 8297CE728B7A7E37

View file

@ -678,7 +678,7 @@ void BotGraph::add (int type, const Vector &pos) {
ctrl.msg ("Nodes has been autosaved...");
}
else {
ctrl.msg ("Can't autosave garph data...");
ctrl.msg ("Can't autosave graph data...");
}
m_autoSaveCount = 0;
}