[Spice-devel] [PATCH spice-gtk] Remove redundant space from error message

Snir Sheriber ssheribe at redhat.com
Tue Apr 25 13:24:25 UTC 2017


---
As asked in rhbz#1365736
---
 src/spice-channel.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/spice-channel.c b/src/spice-channel.c
index e42e560..3b6231e 100644
--- a/src/spice-channel.c
+++ b/src/spice-channel.c
@@ -1203,7 +1203,7 @@ static void spice_channel_failed_spice_authentication(SpiceChannel *channel,
         g_set_error_literal(&c->error,
                             SPICE_CLIENT_ERROR,
                             SPICE_CLIENT_ERROR_AUTH_NEEDS_PASSWORD,
-                            _("Authentication failed: wrong password ?"));
+                            _("Authentication failed: wrong password?"));
 
     c->event = SPICE_CHANNEL_ERROR_AUTH;
 
-- 
2.9.3



More information about the Spice-devel mailing list