Skip to content
Snippets Groups Projects
Commit 9c07e100 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

typo fix

parent 1a46ee04
No related branches found
No related tags found
No related merge requests found
...@@ -115,7 +115,7 @@ int ssexec_stop(int argc, char const *const *argv, ssexec_t *info) ...@@ -115,7 +115,7 @@ int ssexec_stop(int argc, char const *const *argv, ssexec_t *info)
visit[idx] = 1 ; visit[idx] = 1 ;
} }
/** find dependencies of the service from the graph, do it recursively */ /** find requiredby of the service from the graph, do it recursively */
c = graph_matrix_get_edge_g_list(l, &graph, argv[n], 1, 1) ; c = graph_matrix_get_edge_g_list(l, &graph, argv[n], 1, 1) ;
/** append to the list to deal with */ /** append to the list to deal with */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment