libnmc: fix typo in passwd-file example

https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/1096
This commit is contained in:
Sigurd Rønningen Jenssen 2022-02-14 08:18:25 +00:00 committed by Thomas Haller
parent dd3f96fa9c
commit 164840a33c
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -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
*/