From: Fabian Maurer Date: Mon, 19 Nov 2018 21:05:13 +0000 (+0100) Subject: Fix interface spelling X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ed3a81adeb823158964ff15322b395675fcea422;p=oweals%2Ftinc.git Fix interface spelling --- diff --git a/src/ifconfig.c b/src/ifconfig.c index 0bbbf82..59aa94c 100644 --- a/src/ifconfig.c +++ b/src/ifconfig.c @@ -136,11 +136,11 @@ void ifconfig_address(FILE *out, const char *value) { break; case SUBNET_IPV4: - fprintf(out, "netsh inetface ipv4 set address \"%%INTERFACE%%\" static %s\n", address_str); + fprintf(out, "netsh interface ipv4 set address \"%%INTERFACE%%\" static %s\n", address_str); break; case SUBNET_IPV6: - fprintf(out, "netsh inetface ipv6 set address \"%%INTERFACE%%\" %s\n", address_str); + fprintf(out, "netsh interface ipv6 set address \"%%INTERFACE%%\" %s\n", address_str); break; default: