diff options
-rw-r--r-- | src/XMultibuf.c | 2 | ||||
-rw-r--r-- | src/XTestExt1.c | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/XMultibuf.c b/src/XMultibuf.c index 3e0049e..106f2c4 100644 --- a/src/XMultibuf.c +++ b/src/XMultibuf.c @@ -354,7 +354,7 @@ void XmbufDestroyBuffers (Display *dpy, Window window) * XmbufDisplayBuffers - * Displays the indicated buffers their appropriate windows within * max_delay milliseconds after min_delay milliseconds have passed. - * No two buffers may be associated with the same window or else a Matc + * No two buffers may be associated with the same window or else a Match * error is generated. */ void XmbufDisplayBuffers ( diff --git a/src/XTestExt1.c b/src/XTestExt1.c index ee4a0bd..28a733e 100644 --- a/src/XTestExt1.c +++ b/src/XTestExt1.c @@ -76,14 +76,14 @@ University of California. * Holds the request type code for this extension. The request type code * for this extension may vary depending on how many extensions are installed * already, so the initial value given below will be added to the base request - * code that is aquired when this extension is installed. + * code that is acquired when this extension is installed. */ static int XTestReqCode = 0; /* * Holds the two event type codes for this extension. The event type codes * for this extension may vary depending on how many extensions are installed * already, so the initial values given below will be added to the base event - * code that is aquired when this extension is installed. + * code that is acquired when this extension is installed. * * These two variables must be available to programs that use this extension. */ @@ -1262,7 +1262,7 @@ static Bool XTestIdentifyMyEvent( Display *display, /* - * Holds the event that this routiine is supposed to look at. + * Holds the event that this routine is supposed to look at. */ XEvent *event_ptr, /* |