1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-13 10:04:17 +01:00

wmaker: Fix typos (used codespell).

This commit is contained in:
Doug Torrance
2016-01-17 15:47:49 -05:00
committed by Carlos R. Mafra
parent e5632a9120
commit 42e4069541
16 changed files with 23 additions and 23 deletions

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