]> granicus.if.org Git - graphviz/commitdiff
fix typo
authorellson <devnull@localhost>
Wed, 18 Feb 2009 18:42:27 +0000 (18:42 +0000)
committerellson <devnull@localhost>
Wed, 18 Feb 2009 18:42:27 +0000 (18:42 +0000)
tclpkg/gv/gv.cpp

index bf41ea7dc76e1a043185c1721a2b5b79e38a2edc..941d1a503892080c9fd2f2a767375601dd34c1b6 100644 (file)
@@ -28,7 +28,7 @@ static char emptystring[] = {'\0'};
 static GVC_t *gvc;
 
 static void gv_init(void) {
-    gvc = gvNEWContext(lt_preloaded_symbols);
+    gvc = gvNEWcontext(lt_preloaded_symbols);
 }
 
 Agraph_t *graph(char *name)