Fix spelling

This commit is contained in:
Michael Cook (mackal) 2019-04-30 17:29:30 -04:00
parent cd1306d52c
commit 6856d1540b

View File

@ -128,7 +128,7 @@ bool SharedTaskManager::LoadSharedTaskState()
return true;
}
int SharedTaskManger::GetNextID()
int SharedTaskManager::GetNextID()
{
next_id++;
// let's not be extra clever here ...