]> granicus.if.org Git - graphviz/commitdiff
Fix typo
authorEmden Gansner <erg@research.att.com>
Thu, 7 Jun 2012 21:41:10 +0000 (17:41 -0400)
committerEmden Gansner <erg@research.att.com>
Thu, 7 Jun 2012 21:41:10 +0000 (17:41 -0400)
cmd/gvpr/gvpr.1

index 9c416989a110d5f9fb92f5744e8c8e0ad5fbe7b3..adf23c5f31d635fccc968b01e56242f2abb4323d 100644 (file)
@@ -1010,7 +1010,7 @@ specified by the analogous traversals \fBTV_dfs\fR,
 \fBTV_postdfs\fR and \fBTV_prepostdfs\fR.
 .TP
 \fBTV_bfs\fR : \fItvtype_t\fR
-A traversal of the graph using a bread\(hyfirst search on the
+A traversal of the graph using a breadth\(hyfirst search on the
 graph ignoring edge directions. See the item on \fBTV_dfs\fR above
 for the role of \fB$tvroot\fP.
 .SH EXAMPLES