[Xfce4-commits] [apps/xfce4-notifyd] 01/01: Correct typo in warning message.

noreply at xfce.org noreply at xfce.org
Thu Aug 18 11:55:43 CEST 2016


This is an automated email from the git hooks/post-receive script.

ochosi pushed a commit to branch master
in repository apps/xfce4-notifyd.

commit e630b090f66ca3f61f375fc0b3ff04908d55d04d
Author: Unit 193 <unit193 at ubuntu.com>
Date:   Wed Aug 17 20:59:29 2016 -0400

    Correct typo in warning message.
    
    Signed-off-by: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
---
 xfce4-notifyd/xfce-notify-daemon.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce4-notifyd/xfce-notify-daemon.c b/xfce4-notifyd/xfce-notify-daemon.c
index 62b036a..d7f21d0 100644
--- a/xfce4-notifyd/xfce-notify-daemon.c
+++ b/xfce4-notifyd/xfce-notify-daemon.c
@@ -1352,7 +1352,7 @@ xfce_notify_daemon_set_theme(XfceNotifyDaemon *xndaemon,
                                          &error);
     if (!css_parsed)
     {
-        g_warning ("Faild to parse css file : %s\n", error->message);
+        g_warning ("Failed to parse css file: %s", error->message);
         g_error_free (error);
     }
     else

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list