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.