diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2014-02-04 00:10:29 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2014-02-04 00:10:29 +0100 |
commit | 8a8c3eb59aaa0f4d5eb4193ba177abd6422ba66d (patch) | |
tree | 1ba610b6eb055de71d67ccd4e4b49755c5c3c8a8 /src | |
parent | e15eeeaaf88ac81cf3636a3f79299fa6ec1dc2dd (diff) | |
download | eina_graph-8a8c3eb59aaa0f4d5eb4193ba177abd6422ba66d.zip eina_graph-8a8c3eb59aaa0f4d5eb4193ba177abd6422ba66d.tar.gz |
typo
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/eina_graph_bfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/eina_graph_bfs.h b/src/lib/eina_graph_bfs.h index c35f13f..77d8b3c 100644 --- a/src/lib/eina_graph_bfs.h +++ b/src/lib/eina_graph_bfs.h @@ -86,7 +86,7 @@ eina_graph_bfs_has_path_to(Eina_Graph_BFS *bfs, unsigned int v); * @param bfs the graph BFS to consider. * @param v the vertex to test if there is a path to. * - * @return a list of vertices to follwo from source to reach v, + * @return a list of vertices to follow from source to reach v, * NULL if v is not reachable. */ EAPI Eina_List * |