]> granicus.if.org Git - graphviz/commitdiff
need a better list of original plugin libraries to support introspection
authorellson <devnull@localhost>
Mon, 13 Oct 2008 22:34:18 +0000 (22:34 +0000)
committerellson <devnull@localhost>
Mon, 13 Oct 2008 22:34:18 +0000 (22:34 +0000)
lib/gvc/gvplugin.h

index 4b686403824790d6254e2cc21f4db2740317d246..df8a4459f7365736e2e4c243a43e16d0977d6932 100644 (file)
@@ -42,7 +42,7 @@ extern "C" {
                        in the same package */
        const char *type;       /* a string name, such as "png" or "ps" that
                        distinguishes different types withing the same
-                       api (renderer in this case) */
+                        (renderer in this case) */
        int quality;    /* an arbitrary integer used for ordering plugins of
                        the same type from different packages */
        void *engine;   /* pointer to the jump table for the plugin */