]> granicus.if.org Git - graphviz/commitdiff
Fix misspelling.
authorEmden Gansner <erg@research.att.com>
Mon, 11 Jun 2012 16:36:51 +0000 (12:36 -0400)
committerEmden Gansner <erg@research.att.com>
Mon, 11 Jun 2012 16:36:51 +0000 (12:36 -0400)
doc/libguide/basic.tex
doc/libguide/libguide.pdf

index ba3bd9c765693820151812ac58d851436399fd5d..532bcdbd9d29c2f89c70d2234c624ab44c876133 100644 (file)
@@ -56,7 +56,7 @@ or {\tt NULL} if there are no more graphs or an error occurred.
 The \gviz\ library provides several specialized variations of {\tt agread}. If
 the \DOT\ representation of the graph is stored in memory at {\tt char* cp}, then
 \begin{verbatim}
-    Agraph_t* G = agmeread(cp);
+    Agraph_t* G = agmemread(cp);
 \end{verbatim}
 can be used to parse the representation. The {\tt agread} function relies on the
 standard {\tt FILE} structure and {\tt fgets} function of the stdio library. You
index 1cedb2e2db4a0a3afad518e17bc2c1d00219f9ee..444d02249460eb117af0d12e414bf9db9c12dcbd 100644 (file)
Binary files a/doc/libguide/libguide.pdf and b/doc/libguide/libguide.pdf differ