From: Stephen North Date: Wed, 6 Feb 2013 00:02:13 +0000 (-0500) Subject: Fixed typos. X-Git-Tag: LAST_LIBGRAPH~32^2~241^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=675e7bd0646b5c044d8eb0c3402c2ec09638f84e;p=graphviz Fixed typos. --- diff --git a/doc/info/lang.html b/doc/info/lang.html index 3ecdadd00..439a910a2 100644 --- a/doc/info/lang.html +++ b/doc/info/lang.html @@ -204,8 +204,8 @@ also use the font. For some attributes, however, this property is undesirable. If one attaches a label to the root graph, it is probably not the desired effect to have the label used by all subgraphs. Rather than listing the graph attribute at the top of the graph, and the -resetting the attribute as needed in the subgraphs, one can simple defer -the attribute definition if the graph until the appropriate subgraphs +resetting the attribute as needed in the subgraphs, one can simply defer +the attribute definition in the graph until the appropriate subgraphs have been defined.

If an edge belongs to a cluster, its endpoints belong to that cluster. diff --git a/doc/infosrc/lang.2 b/doc/infosrc/lang.2 index 12b6618c6..37cd37670 100644 --- a/doc/infosrc/lang.2 +++ b/doc/infosrc/lang.2 @@ -95,8 +95,8 @@ also use the font. For some attributes, however, this property is undesirable. If one attaches a label to the root graph, it is probably not the desired effect to have the label used by all subgraphs. Rather than listing the graph attribute at the top of the graph, and the -resetting the attribute as needed in the subgraphs, one can simple defer -the attribute definition if the graph until the appropriate subgraphs +resetting the attribute as needed in the subgraphs, one can simply defer +the attribute definition in the graph until the appropriate subgraphs have been defined.

If an edge belongs to a cluster, its endpoints belong to that cluster. diff --git a/rtest/doit b/rtest/doit index 184a05043..b6e197f4d 100755 --- a/rtest/doit +++ b/rtest/doit @@ -36,7 +36,7 @@ # Canonical machine MACH=$(uname -s).$(uname -m) # Default location of graphviz tree -DFLTROOT=/Users/north/src/graphviz2 +DFLTROOT=/Users/north/src/graphviz # Quiet diff : usually diff -q QDIFF="diff -q" # Root of common libraries and fonts