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:
committed by
Carlos R. Mafra
parent
e5632a9120
commit
42e4069541
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user