[Xfce4-commits] [apps/xfdashboard] 01/01: Fix typo
noreply at xfce.org
noreply at xfce.org
Tue Nov 21 17:35:17 CET 2017
This is an automated email from the git hooks/post-receive script.
n o m a d p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository apps/xfdashboard.
commit aef30c8f92ba77651c93c60b4c6af0211cd4fc26
Author: Stephan Haller <nomad at froevel.de>
Date: Tue Nov 21 17:35:08 2017 +0100
Fix typo
---
libxfdashboard/css-selector.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libxfdashboard/css-selector.c b/libxfdashboard/css-selector.c
index e0beec5..9f1a621 100644
--- a/libxfdashboard/css-selector.c
+++ b/libxfdashboard/css-selector.c
@@ -921,7 +921,7 @@ XfdashboardCssSelector* xfdashboard_css_selector_new_from_string_with_priority(c
NULL);
if(!selector)
{
- g_warning(_("Could not create seleector."));
+ g_warning(_("Could not create selector."));
return(NULL);
}
@@ -991,7 +991,7 @@ XfdashboardCssSelector* xfdashboard_css_selector_new_from_scanner_with_priority(
NULL);
if(!selector)
{
- g_warning(_("Could not create seleector."));
+ g_warning(_("Could not create selector."));
return(NULL);
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list