From: Emden Gansner Date: Mon, 11 Jun 2012 16:36:51 +0000 (-0400) Subject: Fix misspelling. X-Git-Tag: LAST_LIBGRAPH~32^2~397 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=85d13c8cd1d3f1ad59377a821f7ba01a0568527b;p=graphviz Fix misspelling. --- diff --git a/doc/libguide/basic.tex b/doc/libguide/basic.tex index ba3bd9c76..532bcdbd9 100644 --- a/doc/libguide/basic.tex +++ b/doc/libguide/basic.tex @@ -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 diff --git a/doc/libguide/libguide.pdf b/doc/libguide/libguide.pdf index 1cedb2e2d..444d02249 100644 Binary files a/doc/libguide/libguide.pdf and b/doc/libguide/libguide.pdf differ