summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2007-11-27 15:55:28 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2007-11-27 15:55:28 -0800
commitcca90a25678bf3c3269af1c0ac5493cfd4809727 (patch)
tree223646306101c3459cd77b568327205035e28eb9
parent8d8a6ac4012c2bd5bfd037e42f69f5b2b111433d (diff)
Fix typos in source comments
-rw-r--r--src/XMultibuf.c2
-rw-r--r--src/XTestExt1.c6
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,
/*