diff --git a/src/ifcconvert/IfcConvert.cpp b/src/ifcconvert/IfcConvert.cpp index 9a227b6090..a446b7dbfb 100644 --- a/src/ifcconvert/IfcConvert.cpp +++ b/src/ifcconvert/IfcConvert.cpp @@ -691,7 +691,7 @@ int main(int argc, char** argv) { std::vector tokens; split(tokens, output_filename, boost::is_any_of(".")); - std::vector::iterator tok_itxer; + std::vector::iterator tok_iter; path_t ext = *(tokens.end() - 1); path_t dot; dot = '.';