mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-10 18:20:37 +01:00
connectivity: fix typo in error message
This commit is contained in:
parent
4c0a377a7a
commit
7a2c31a54a
1 changed files with 1 additions and 1 deletions
|
|
@ -497,7 +497,7 @@ nm_connectivity_init (NMConnectivity *self)
|
|||
priv->curl_mhandle = curl_multi_init ();
|
||||
|
||||
if (priv->curl_mhandle == NULL) {
|
||||
_LOGE ("cnable to init cURL, connectivity check will not work");
|
||||
_LOGE ("unable to init cURL, connectivity check will not work");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue