Corrected misspelt 'b' and 'c' words.

This commit is contained in:
martin-osborne
2015-04-06 17:56:13 +01:00
parent 7e730aa9b8
commit 12c0594db6
18 changed files with 23 additions and 23 deletions

View File

@@ -93,7 +93,7 @@ void Utility::detectPrefixAndIncludes(const std::string& origHFile, std::vector<
++itTmp;
std::string defValue = *itTmp;
istr >> x;
// now find the corresponsing #define
// now find the corresponding #define
while (x.find(defValue) == std::string::npos)
istr >> x;
//now parse until a class def is found without a ; at the end