diff --git a/doc/igmpproxy.conf.5.in b/doc/igmpproxy.conf.5.in index f823d76c..a07055ce 100644 --- a/doc/igmpproxy.conf.5.in +++ b/doc/igmpproxy.conf.5.in @@ -136,7 +136,7 @@ response times. Often used or large groups should be defined first, as parsing e a group matches an entry. You may also specify whitelist entries for the upstream interface. Only igmp membership reports -for explicitely whitelisted multicast groups will be sent out on the upstream interface. This +for explicitly whitelisted multicast groups will be sent out on the upstream interface. This is useful if you want to use multicast groups only between your downstream interfaces, like SSDP from a UPnP server. .RE diff --git a/src/config.c b/src/config.c index 9d942d08..77f3d423 100644 --- a/src/config.c +++ b/src/config.c @@ -165,7 +165,7 @@ int loadConfig(char *configFile) { } else if(strcmp("rescanvif", token)==0) { // Got a defaultdown token... - my_log(LOG_DEBUG, 0, "Config: Need detect new interace."); + my_log(LOG_DEBUG, 0, "Config: Need detect new interface."); commonConfig.rescanVif = 1; // Read next token...