]> git.sur5r.net Git - i3/i3/commitdiff
Fix comment in run_assignments (Thanks xeen)
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 23 Oct 2011 20:45:12 +0000 (21:45 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 23 Oct 2011 20:45:12 +0000 (21:45 +0100)
src/assignments.c

index 7795d46a75105a1603c2111b07d257bc8c21b92d..9ef84707f13da20d53b72bc96cbf9b525170735a 100644 (file)
@@ -15,7 +15,7 @@
  *
  */
 void run_assignments(i3Window *window) {
-    DLOG("Checking if any assignments matches this window\n");
+    DLOG("Checking if any assignments match this window\n");
 
     /* Check if any assignments match */
     Assignment *current;