[Xfce4-commits] [apps/xfdashboard] 02/02: Fix typo
noreply at xfce.org
noreply at xfce.org
Tue Mar 27 06:40:43 CEST 2018
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 06be04a59426aa26baae851e16630585a4e73af0
Author: Stephan Haller <nomad at froevel.de>
Date: Tue Mar 27 06:40:32 2018 +0200
Fix typo
---
libxfdashboard/theme-css.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libxfdashboard/theme-css.c b/libxfdashboard/theme-css.c
index 64f758a..9e5fa78 100644
--- a/libxfdashboard/theme-css.c
+++ b/libxfdashboard/theme-css.c
@@ -2481,7 +2481,7 @@ static gint _xfdashboard_theme_css_sort_by_score(XfdashboardThemeCSSSelectorMatc
leftRule=xfdashboard_css_selector_get_rule(inLeft->selector->selector);
rightRule=xfdashboard_css_selector_get_rule(inRight->selector->selector);
- /* Compar CSS selector rules */
+ /* Compare CSS selector rules */
priority=xfdashboard_css_selector_rule_get_priority(leftRule);
priority-=xfdashboard_css_selector_rule_get_priority(rightRule);
if(priority!=0) return(priority);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list