tests: SVGAnalyzer: correct comment
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Wed, 24 Aug 2022 11:00:30 +0000 (13:00 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Tue, 30 Aug 2022 20:17:05 +0000 (22:17 +0200)
tests/svg_analyzer.cpp

index 8230858eb3108598909af627eaa4e2aea1a106ad..d3361c9b94436695ec337be64db6eef7f10879c9 100644 (file)
@@ -163,7 +163,7 @@ void SVGAnalyzer::retrieve_graphviz_components_impl(
       }
       m_graphs.back().add_edge(svg_element);
     } else if (class_ == "cluster") {
-      // ignore of now
+      // ignore for now
     } else {
       throw std::runtime_error("Unknown class" + std::string{class_});
     }