summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSigurd Rønningen Jenssen <sigurdrj@protonmail.com>2022-02-14 08:18:25 +0000
committerThomas Haller <thaller@redhat.com>2022-02-14 13:47:56 +0100
commit164840a33c486f320946bdd229599f96c148ae1f (patch)
treebc3df26527cec8b86b58befacb00ddc0759a703a
parentdd3f96fa9c149bf854c0eaffa8121421743ec8e3 (diff)
downloadNetworkManager-164840a33c486f320946bdd229599f96c148ae1f.tar.gz
libnmc: fix typo in passwd-file example
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/1096
-rw-r--r--src/libnmc-base/nm-client-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnmc-base/nm-client-utils.c b/src/libnmc-base/nm-client-utils.c
index 01b3df327d..e2ed7fc287 100644
--- a/src/libnmc-base/nm-client-utils.c
+++ b/src/libnmc-base/nm-client-utils.c
@@ -732,7 +732,7 @@ nmc_print_qrcode(const char *str)
* Example of @passwd_file contents:
* wifi.psk:tajne heslo
* 802-1x.password:krakonos
- * 802-11-wireless-security:leap-password:my leap password
+ * 802-11-wireless-security.leap-password:my leap password
*
* Returns: (transfer full): hash table with parsed passwords, or %NULL on an error
*/