[Xfce4-commits] [xfce/xfwm4] 01/02: Fix a spelling mistake.
noreply at xfce.org
noreply at xfce.org
Tue Mar 21 10:01:39 CET 2017
This is an automated email from the git hooks/post-receive script.
olivier pushed a commit to branch xfce-4.12
in repository xfce/xfwm4.
commit a598b94c67e20b1dae2ead80d6fdcd823e3fe710
Author: Unit 193 <unit193 at ubuntu.com>
Date: Fri Mar 17 17:57:18 2017 -0400
Fix a spelling mistake.
(cherry picked from commit 087decc60f7c8c94e0f9734bdb66d910b8aea59a)
---
src/compositor.c | 2 +-
src/main.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/compositor.c b/src/compositor.c
index 56e41b3..5a7b7e0 100644
--- a/src/compositor.c
+++ b/src/compositor.c
@@ -2144,7 +2144,7 @@ add_win (DisplayInfo *display_info, Window id, Client *c)
{
g_free (new);
myDisplayUngrabServer (display_info);
- TRACE ("An error occured getting window attributes, 0x%lx not added", id);
+ TRACE ("An error occurred getting window attributes, 0x%lx not added", id);
return;
}
diff --git a/src/main.c b/src/main.c
index c041ade..b9b66b5 100644
--- a/src/main.c
+++ b/src/main.c
@@ -693,7 +693,7 @@ main (int argc, char **argv)
gtk_main ();
break;
default:
- g_warning ("Unknown error occured");
+ g_warning ("Unknown error occurred");
exit (1);
break;
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list