wmaker: Fix typos (used codespell).

This commit is contained in:
Doug Torrance
2016-01-17 22:54:49 -05:00
committed by Carlos R. Mafra
parent e5632a9120
commit 42e4069541
16 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -312,7 +312,7 @@ void wLowerFrame(WCoreWindow * frame)
if (wlist->stacking->under == NULL) {
return;
}
/* cant lower transient below below its owner */
/* can't lower transient below below its owner */
if (wlist->stacking->under == wlist->stacking->child_of) {
return;
}