mirror of
https://github.com/0intro/wmii
synced 2025-01-10 04:12:06 +03:00
small spelling correction
This commit is contained in:
parent
af6355b8af
commit
cd282d75c1
@ -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 */
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user