1
0
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:
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

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