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

typo fix

parent ff1f3a58
No related branches found
No related tags found
No related merge requests found
......@@ -140,7 +140,7 @@ int parse_split_from_section(resolve_service_t *res, stralloc *secname, char *st
tpos = 0 ;
// loop around all keys for the section
// loop around all keys from the section
while (*total_list[id].list[ipos].name) {
found = 0 ;
......
......@@ -24,6 +24,7 @@
#include <66/constants.h>
#include <66/utils.h>
#include <66/service.h>
#include <66/instance.h>
int service_frontend_src(stralloc *sasrc, char const *name, char const *src)
{
......@@ -139,7 +140,7 @@ int service_frontend_src(stralloc *sasrc, char const *name, char const *src)
/** system error */
goto err ;
if (!r)
/** nothing found on empty sub-directory */
/** nothing found at empty sub-directory */
found = 0 ;
}
......
......@@ -45,7 +45,7 @@ void svc_unsupervise(unsigned int *alist, unsigned int alen, graph_t *g, resolve
int aresid = service_resolve_array_search(ares, areslen, name) ;
if (aresid < 0)
log_dieu(LOG_EXIT_SYS,"find ares id -- please make a bug reports") ;
log_dieu(LOG_EXIT_SYS,"find ares id of: ", name, " -- please make a bug reports") ;
sanitize_it(&ares[aresid]) ;
......
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