From be281068806891f725fa82583ffb97112872f618 Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Mon, 4 Jun 2018 01:48:39 -0400 Subject: Fix misc. typos Found via `codespell` and `grep` --- Source/cmExtraCodeBlocksGenerator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/cmExtraCodeBlocksGenerator.cxx') diff --git a/Source/cmExtraCodeBlocksGenerator.cxx b/Source/cmExtraCodeBlocksGenerator.cxx index 759094bf41..b636c736de 100644 --- a/Source/cmExtraCodeBlocksGenerator.cxx +++ b/Source/cmExtraCodeBlocksGenerator.cxx @@ -337,7 +337,7 @@ void cmExtraCodeBlocksGenerator::CreateNewProjectFile( xml.EndElement(); // Build // Collect all used source files in the project. - // Keep a list of C/C++ source files which might have an acompanying header + // Keep a list of C/C++ source files which might have an accompanying header // that should be looked for. typedef std::map all_files_map_t; all_files_map_t allFiles; -- cgit v1.2.1