X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdaemon%2Fconfigfile.c;h=a31fb64d17781854d015236155c6a833eae8c186;hb=e1bfa71aca1f37c2f293dc9adb44065c6e7a9ad9;hp=ff5e034eb4682ec629433a4f8acba7790e882dee;hpb=2761915bed8c6caea41018be3e675aa712cc0b0a;p=collectd.git diff --git a/src/daemon/configfile.c b/src/daemon/configfile.c index ff5e034e..a31fb64d 100644 --- a/src/daemon/configfile.c +++ b/src/daemon/configfile.c @@ -792,7 +792,7 @@ static oconfig_item_t *cf_read_dir (const char *dir, * * There are two versions of this function: If `wordexp' exists shell wildcards * will be expanded and the function will include all matches found. If - * `wordexp' (or, more precisely, it's header file) is not available the + * `wordexp' (or, more precisely, its header file) is not available the * simpler function is used which does not do any such expansion. */ #if HAVE_WORDEXP_H