diff options
author | Francesco Giudici <fgiudici@redhat.com> | 2017-05-03 17:01:41 +0200 |
---|---|---|
committer | Francesco Giudici <fgiudici@redhat.com> | 2017-05-05 12:39:43 +0200 |
commit | 7a2c31a54a7ee82b930b0d9ef21ea11f565c2859 (patch) | |
tree | dd2e575f33c7cc192030bb81c2a2398807971841 /src/nm-connectivity.c | |
parent | 4c0a377a7a0231bc08876ba46ec7b8f7baf44923 (diff) |
connectivity: fix typo in error message
Diffstat (limited to 'src/nm-connectivity.c')
-rw-r--r-- | src/nm-connectivity.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nm-connectivity.c b/src/nm-connectivity.c index cf9d3c5d0..dc838510b 100644 --- a/src/nm-connectivity.c +++ b/src/nm-connectivity.c @@ -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; } |