mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-22 22:28:02 +01:00
wmaker: Fix typos (used codespell).
This commit is contained in:
committed by
Carlos R. Mafra
parent
e5632a9120
commit
42e4069541
@@ -1136,7 +1136,7 @@ void wIconifyWindow(WWindow *wwin)
|
||||
wwin->icon = icon_create_for_wwindow(wwin);
|
||||
wwin->icon->mapped = 1;
|
||||
|
||||
/* extract the window screenshot everytime, as the option can be enable anytime */
|
||||
/* extract the window screenshot every time, as the option can be enable anytime */
|
||||
if (wwin->client_win && wwin->flags.mapped) {
|
||||
RImage *mini_preview;
|
||||
XImage *pimg;
|
||||
|
||||
Reference in New Issue
Block a user