Skip to content
Snippets Groups Projects
Unverified Commit f26817d4 authored by Wuttke, Joachim's avatar Wuttke, Joachim Committed by GitHub
Browse files

fix typo in comm

parent 1de811d1
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ private:
accept_string_t m_isValidLineContent;
line_splitter_t m_line_splitter;
std::vector<std::string> m_rawData;
//!< correspondance of parsed data to original line index
//!< correspondence of parsed data to original line index
std::map<size_t, std::vector<std::string>> m_parsedData;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment