small spelling correction

This commit is contained in:
Sander van Dijk 2006-05-16 20:28:59 +00:00
parent af6355b8af
commit cd282d75c1
2 changed files with 2 additions and 2 deletions

View File

@ -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 */

View File

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