From 7a2c31a54a7ee82b930b0d9ef21ea11f565c2859 Mon Sep 17 00:00:00 2001 From: Francesco Giudici Date: Wed, 3 May 2017 17:01:41 +0200 Subject: [PATCH] connectivity: fix typo in error message --- src/nm-connectivity.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nm-connectivity.c b/src/nm-connectivity.c index cf9d3c5d0f..dc838510b7 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; }