This commit is contained in:
none 2020-08-03 17:47:19 +02:00
parent 54e8bb1575
commit c1100645be
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ int parse_config(struct dddvb *dd, char *name, char *sec,
memcpy(fname + config_len, "dddvb.conf", 11);
if ((f = fopen (fname, "r")) == NULL) {
printf("config fiile %s not found\n", fname);
printf("config file %s not found\n", fname);
return -1;
}