Fix comment in run_assignments (Thanks xeen)

next
Michael Stapelberg 2011-10-23 21:45:12 +01:00
parent 91134f75c0
commit 3e7f941b83
1 changed files with 1 additions and 1 deletions

View 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;