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

typo fix

parent 946aab49
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@ int ssexec_stop(int argc, char const *const *argv, ssexec_t *info)
graph_build_service(&graph, ares, &areslen, info, flag) ;
if (!graph.mlen)
log_die(LOG_EXIT_USER, "services selection is not available -- did you started its first?") ;
log_die(LOG_EXIT_USER, "services selection is not available -- did you started it first?") ;
graph_array_init_single(visit, SS_MAX_SERVICE) ;
......
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