From 0828a89b66867b76af891decf3e7064c95c13c02 Mon Sep 17 00:00:00 2001 From: D4ve-R Date: Wed, 17 May 2023 16:18:50 +0200 Subject: [PATCH] fix typo --- src/ifcconvert/IfcConvert.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = '.';