[Spice-commits] src/spice-channel.c

Uri Lublin uril at kemper.freedesktop.org
Wed Apr 26 08:06:49 UTC 2017


 src/spice-channel.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 366344f37bc756137b0c5009135088f4bf562b04
Author: snir sheriber <ssheribe at redhat.com>
Date:   Tue Apr 25 16:24:25 2017 +0300

    Remove redundant space from error message
    
    Acked-by: Victor Toso <victortoso at redhat.com>

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;
 


More information about the Spice-commits mailing list