]> granicus.if.org Git - graphviz/commitdiff
fix comment typo in SWIG bindings code
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 2 Sep 2021 01:59:54 +0000 (18:59 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 7 Sep 2021 14:18:07 +0000 (07:18 -0700)
tclpkg/gv/gv.cpp

index 31378d06da80089b0f89c78f5fdf2ca71f730bb8..ebd4db8f7a6a246412431de09ea8430c15737af8 100644 (file)
@@ -228,7 +228,7 @@ char *setv(Agnode_t *n, char *attr, char *val)
         return nullptr;
     if (AGTYPE(n) == AGRAPH) { // protonode   
        auto g = reinterpret_cast<Agraph_t*>(n);
-       (void)agattr(g, AGNODE, attr, val); // create default attribute in psuodo protonode
+       (void)agattr(g, AGNODE, attr, val); // create default attribute in pseudo protonode
            // FIXME? - deal with html in "label" attributes
        return val;
     }