Blame SOURCES/0028-Fix-typos-in-error-messages.patch

4b6aa8
From e6e62b417b2985ac2b3af98c4df7c9f57840b774 Mon Sep 17 00:00:00 2001
4b6aa8
From: Jakub Filak <jfilak@redhat.com>
4b6aa8
Date: Sat, 22 Feb 2014 13:21:31 +0100
4b6aa8
Subject: [LIBREPORT PATCH 28/33] Fix typos in error messages
4b6aa8
4b6aa8
Related in rhbz#1062498
4b6aa8
4b6aa8
Signed-off-by: Jakub Filak <jfilak@redhat.com>
4b6aa8
---
4b6aa8
 src/plugins/ureport.c | 4 ++--
4b6aa8
 1 file changed, 2 insertions(+), 2 deletions(-)
4b6aa8
4b6aa8
diff --git a/src/plugins/ureport.c b/src/plugins/ureport.c
4b6aa8
index b57eada..39d27f6 100644
4b6aa8
--- a/src/plugins/ureport.c
4b6aa8
+++ b/src/plugins/ureport.c
4b6aa8
@@ -335,7 +335,7 @@ static struct ureport_server_response *get_server_response(post_state_t *post_st
4b6aa8
 
4b6aa8
     if (post_state->http_resp_code == 503)
4b6aa8
     {
4b6aa8
-        error_msg(_("The server at '%s' is currently can't handle the request (got error 503)"), config->ur_url);
4b6aa8
+        error_msg(_("The server at '%s' currently can't handle the request (got error 503)"), config->ur_url);
4b6aa8
         return NULL;
4b6aa8
     }
4b6aa8
 
4b6aa8
@@ -353,7 +353,7 @@ static struct ureport_server_response *get_server_response(post_state_t *post_st
4b6aa8
 
4b6aa8
     if (is_error(json))
4b6aa8
     {
4b6aa8
-        error_msg(_("Unable to parse response from ureport server at '%s"), config->ur_url);
4b6aa8
+        error_msg(_("Unable to parse response from ureport server at '%s'"), config->ur_url);
4b6aa8
         log_notice("%s", post_state->body);
4b6aa8
         json_object_put(json);
4b6aa8
         return NULL;
4b6aa8
-- 
4b6aa8
1.8.3.1
4b6aa8