From 1b4606b4f39783b6fb235e62972be8f851a8eb2e Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Sun, 27 Sep 2020 23:06:52 +0100 Subject: [PATCH] Linkgraph: Fix comment typo in link graph job class --- src/linkgraph/linkgraphjob.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/linkgraph/linkgraphjob.h b/src/linkgraph/linkgraphjob.h index 4c0ac4bc89..ee22d473b1 100644 --- a/src/linkgraph/linkgraphjob.h +++ b/src/linkgraph/linkgraphjob.h @@ -62,7 +62,7 @@ private: protected: const LinkGraph link_graph; ///< Link graph to by analyzed. Is copied when job is started and mustn't be modified later. - std::shared_ptr group; ///< JOb group thread the job is running in or nullptr if it's running in the main thread. + std::shared_ptr group; ///< Job group thread the job is running in or nullptr if it's running in the main thread. const LinkGraphSettings settings; ///< Copy of _settings_game.linkgraph at spawn time. DateTicks join_date_ticks; ///< Date when the job is to be joined. DateTicks start_date_ticks; ///< Date when the job was started.