1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-23 22:52:34 +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

@@ -329,7 +329,7 @@ static void handle_inotify_events(void)
return;
}
/* check what events occured */
/* check what events occurred */
/* Should really check wd here too, but for now we only have one watch! */
while (i < eventQLength) {
struct inotify_event *pevent = (struct inotify_event *)&buff[i];
@@ -408,7 +408,7 @@ noreturn void EventLoop(void)
/* check for available read data from inotify - don't block! */
retVal = select(w_global.inotify.fd_event_queue + 1, &rfds, NULL, NULL, &time);
if (retVal < 0) { /* an error has occured */
if (retVal < 0) { /* an error has occurred */
wwarning(_("select failed. The inotify instance will be closed."
" Changes to the defaults database will require"
" a restart to take effect."));
@@ -1310,7 +1310,7 @@ static void handleColormapNotify(XEvent * event)
/* some bastard app (like XV) removed our colormap */
/*
* can't enforce or things like xscreensaver wont work
* can't enforce or things like xscreensaver won't work
* reinstall = True;
*/
} else if (event->xcolormap.state == ColormapInstalled &&