From 6856d1540b0f053ca7e02bb3f75ec58342b7648f Mon Sep 17 00:00:00 2001 From: "Michael Cook (mackal)" Date: Tue, 30 Apr 2019 17:29:30 -0400 Subject: [PATCH] Fix spelling --- world/shared_tasks.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/world/shared_tasks.cpp b/world/shared_tasks.cpp index a1840df55..4fbb153b5 100644 --- a/world/shared_tasks.cpp +++ b/world/shared_tasks.cpp @@ -128,7 +128,7 @@ bool SharedTaskManager::LoadSharedTaskState() return true; } -int SharedTaskManger::GetNextID() +int SharedTaskManager::GetNextID() { next_id++; // let's not be extra clever here ...