typo fix: Uknown -> Unknown
Detected by lintian: I: network-manager: spelling-error-in-binary Uknown Unknown [usr/lib/x86_64-linux-gnu/NetworkManager/1.47.90/libnm-device-plugin-wifi.so]
This commit is contained in:

committed by
Íñigo Huguet

parent
e5bf2d24cd
commit
b2e8610cc5
@@ -3483,7 +3483,7 @@ nm_device_iwd_parse_netconfig(NMDeviceIwd *self, int addr_family, GVariantIter *
|
|||||||
/* Use SOURCE_DHCP as shorthand for the various autoconfiguration protocols */
|
/* Use SOURCE_DHCP as shorthand for the various autoconfiguration protocols */
|
||||||
source = NM_IP_CONFIG_SOURCE_DHCP;
|
source = NM_IP_CONFIG_SOURCE_DHCP;
|
||||||
else
|
else
|
||||||
_LOGW(LOGD_WIFI, "iwd_parse_netconfig: Uknown Method value \"%s\"", str_value);
|
_LOGW(LOGD_WIFI, "iwd_parse_netconfig: Unknown Method value \"%s\"", str_value);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (nm_streq(key, "Addresses")) {
|
if (nm_streq(key, "Addresses")) {
|
||||||
@@ -3527,7 +3527,7 @@ nm_device_iwd_parse_netconfig(NMDeviceIwd *self, int addr_family, GVariantIter *
|
|||||||
else if (nm_streq(str_value, "resolve"))
|
else if (nm_streq(str_value, "resolve"))
|
||||||
mdns = NM_SETTING_CONNECTION_MDNS_RESOLVE;
|
mdns = NM_SETTING_CONNECTION_MDNS_RESOLVE;
|
||||||
else
|
else
|
||||||
_LOGW(LOGD_WIFI, "iwd_parse_netconfig: Uknown MDNS value \"%s\"", str_value);
|
_LOGW(LOGD_WIFI, "iwd_parse_netconfig: Unknown MDNS value \"%s\"", str_value);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user