Blob Blame History Raw
From 980133d50e1a152853ba311b0890aacf63758196 Mon Sep 17 00:00:00 2001
From: Matej Habrnal <mhabrnal@redhat.com>
Date: Thu, 10 Mar 2016 15:31:25 +0100
Subject: [PATCH] curl: fix typo Ingoring -> Ignoring

Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>
---
 src/lib/curl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/curl.c b/src/lib/curl.c
index fdb743e..73ca9a0 100644
--- a/src/lib/curl.c
+++ b/src/lib/curl.c
@@ -633,7 +633,7 @@ char *upload_file_ext(post_state_t *state, const char *url, const char *filename
 
     if (scheme == NULL || hostname == NULL)
     {
-        log_warning(_("Ingoring URL without scheme and hostname"));
+        log_warning(_("Ignoring URL without scheme and hostname"));
         goto finito;
     }
 
-- 
2.5.5