[Xfce4-commits] [apps/xfdashboard] 03/10: Fix typos
noreply at xfce.org
noreply at xfce.org
Thu Jul 28 16:52:48 CEST 2016
This is an automated email from the git hooks/post-receive script.
nomad pushed a commit to branch master
in repository apps/xfdashboard.
commit c30ef0d0e3c4a0b889f701fef18f5a237880cbdc
Author: Stephan Haller <nomad at froevel.de>
Date: Mon Jul 25 10:48:44 2016 +0200
Fix typos
---
libxfdashboard/bindings-pool.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libxfdashboard/bindings-pool.c b/libxfdashboard/bindings-pool.c
index ccd2b99..b9b5c1a 100644
--- a/libxfdashboard/bindings-pool.c
+++ b/libxfdashboard/bindings-pool.c
@@ -1120,12 +1120,12 @@ const XfdashboardBinding* xfdashboard_bindings_pool_find_for_event(XfdashboardBi
lookupBinding=xfdashboard_binding_new_for_event(inEvent);
if(!lookupBinding) return(NULL);
- /* Beginning at class of actor check if we have a binding stored matching
+ /* Beginning at class of actor, check if we have a binding stored matching
* the binding to lookup. If any matches return the binding found.
* If it does not match and the class has interfaces collect them but
* avoid duplicates. Then get parent class and repeat the checks as described
* before.
- * If we reach top class without a matching binding check if we have
+ * If we reach top class without a matching binding, check if we have
* a binding for any interface we collected on our way through parent classes
* and return the matching binding if found.
*/
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list