Blame SOURCES/0011-Remove-redundant-space-from-error-message.patch

6a5638
From f85c6387ff74bdb805fbb3a23b2af7dd087a982c Mon Sep 17 00:00:00 2001
6a5638
From: snir sheriber <ssheribe@redhat.com>
6a5638
Date: Tue, 25 Apr 2017 16:24:25 +0300
6a5638
Subject: [PATCH 11/13] Remove redundant space from error message
6a5638
6a5638
Resolves: rhbz#1365736
6a5638
6a5638
Acked-by: Victor Toso <victortoso@redhat.com>
6a5638
(cherry picked from commit 366344f37bc756137b0c5009135088f4bf562b04)
6a5638
---
6a5638
 src/spice-channel.c | 2 +-
6a5638
 1 file changed, 1 insertion(+), 1 deletion(-)
6a5638
6a5638
diff --git a/src/spice-channel.c b/src/spice-channel.c
6a5638
index 854fff6..df66386 100644
6a5638
--- a/src/spice-channel.c
6a5638
+++ b/src/spice-channel.c
6a5638
@@ -1144,7 +1144,7 @@ static void spice_channel_failed_spice_authentication(SpiceChannel *channel,
6a5638
         g_set_error_literal(&c->error,
6a5638
                             SPICE_CLIENT_ERROR,
6a5638
                             SPICE_CLIENT_ERROR_AUTH_NEEDS_PASSWORD,
6a5638
-                            _("Authentication failed: wrong password ?"));
6a5638
+                            _("Authentication failed: wrong password?"));
6a5638
 
6a5638
     c->event = SPICE_CHANNEL_ERROR_AUTH;
6a5638
 
6a5638
-- 
6a5638
2.12.2
6a5638