]> granicus.if.org Git - graphviz/commitdiff
correct spelling in comment
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Tue, 6 Sep 2022 06:47:35 +0000 (08:47 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Tue, 6 Sep 2022 06:48:03 +0000 (08:48 +0200)
tests/svg_element.cpp

index 5870b3da198d9adc2a609b27a9e6008659d3b554..b28dcc15402941e1b7c28d858502005349532060 100644 (file)
@@ -111,7 +111,7 @@ std::string SVG::to_dot_color(const std::string &color, double opacity) {
 
 SVG::SVGRect SVG::SVGElement::bbox(bool throw_if_bbox_not_defined) {
   if (!m_bbox.has_value()) {
-    // negative width and height bbox that will be imediately replaced by the
+    // negative width and height bbox that will be immediately replaced by the
     // first bbox found
     m_bbox = {.x = std::numeric_limits<double>::max() / 2,
               .y = std::numeric_limits<double>::max() / 2,