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

spelling fix

parent 57e82905
No related branches found
No related tags found
No related merge requests found
......@@ -917,7 +917,7 @@ int main(int argc, char const *const *argv, char const *const *envp)
found = ss_resolve_svtree(&src,svname,tname) ;
if (found == -1) log_dieu(LOG_EXIT_SYS,"resolve tree source of sv: ",svname) ;
if (found == -1) log_dieu(LOG_EXIT_SYS,"resolve tree source of service: ",svname) ;
else if (!found) {
log_info("no tree exist yet") ;
goto freed ;
......
File moved
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