mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-04 23:28:08 +02:00
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:
parent
e5bf2d24cd
commit
b2e8610cc5
1 changed files with 2 additions and 2 deletions
|
|
@ -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 */
|
||||
source = NM_IP_CONFIG_SOURCE_DHCP;
|
||||
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")) {
|
||||
|
|
@ -3527,7 +3527,7 @@ nm_device_iwd_parse_netconfig(NMDeviceIwd *self, int addr_family, GVariantIter *
|
|||
else if (nm_streq(str_value, "resolve"))
|
||||
mdns = NM_SETTING_CONNECTION_MDNS_RESOLVE;
|
||||
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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue