diff options
-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 * |