Skip to content

Commit

Permalink
Fix spelling: interace => interface; explicitely => explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
pali committed Dec 22, 2017
1 parent 29eab81 commit b0ab51c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/igmpproxy.conf.5.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -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...
Expand Down

0 comments on commit b0ab51c

Please sign in to comment.