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

typo fix

parent eb4edb28
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,6 @@ void get_list(stralloc *list, char const *src, char const *name, mode_t mode, ch
list->len = 0 ;
if (!sastr_dir_get_recursive(list, src, exclude, mode, 1))
log_dieusys(LOG_EXIT_SYS,"get file(s) of module: ", name) ;
log_dieusys(LOG_EXIT_SYS,"get files of module: ", name) ;
}
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