wmii

git clone git://oldgit.suckless.org/wmii/
Log | Files | Refs | README | LICENSE

commit cd282d75c1b42f1b3d7f1d6f905c8179c495448a
parent af6355b8af38d5bc1d72f7673cc7527ebf308949
Author: Sander van Dijk <sander@wmii.de>
Date:   Tue, 16 May 2006 20:28:59 +0000

small spelling correction


Diffstat:
cmd/wm/event.c | 2+-
cmd/wm/wmiiwm.1 | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmd/wm/event.c b/cmd/wm/event.c @@ -49,7 +49,7 @@ void check_x_event(IXPConn *c) { XEvent ev; - while(XPending(dpy)) { /* main evet loop */ + while(XPending(dpy)) { /* main event loop */ XNextEvent(dpy, &ev); if(handler[ev.type]) (handler[ev.type]) (&ev); /* call handler */ diff --git a/cmd/wm/wmiiwm.1 b/cmd/wm/wmiiwm.1 @@ -344,7 +344,7 @@ Each of these files expects three blank\-separated color values of the form These tupples define foreground, background, and border colors respectively. .TP 2 geom -This files expects four blank\-separated alphanumeric values which define the +This file expects four blank\-separated alphanumeric values which define the client's geometry in the order .I <x> .I <y>