summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-06-10 10:08:26 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-06-10 10:08:26 -0700
commit34e454b17466ad2d79fb51ab040906dfe9ccc3f3 (patch)
tree01243ebc968572875fb1f58fc64b6f421d231cb7 /src
parent5da41666a4a5bef637a9bb0c04357b7ab2de323d (diff)
downloadxorg-lib-libXext-34e454b17466ad2d79fb51ab040906dfe9ccc3f3.tar.gz
Fix spelling/wording issues
Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src')
-rw-r--r--src/XMultibuf.c2
-rw-r--r--src/XTestExt1.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/XMultibuf.c b/src/XMultibuf.c
index 75854aa..79034da 100644
--- a/src/XMultibuf.c
+++ b/src/XMultibuf.c
@@ -543,7 +543,7 @@ void XmbufChangeBufferAttributes (
* mono_info_return is set to NULL. Similarly, stereo_info_return is
* set according to nstereo_return. The storage returned in
* mono_info_return and stereo_info_return may be released by XFree.
- * If no errors are encounted, non-zero will be returned.
+ * If no errors are encountered, non-zero will be returned.
*/
Status XmbufGetScreenInfo (
Display *dpy,
diff --git a/src/XTestExt1.c b/src/XTestExt1.c
index 15aa4c0..6cb27bf 100644
--- a/src/XTestExt1.c
+++ b/src/XTestExt1.c
@@ -646,7 +646,7 @@ unsigned int key_action)
return(-1);
}
/*
- * use the commmon key/button handling routine
+ * use the common key/button handling routine
*/
return(XTestKeyOrButton(display,
device_id,
@@ -678,7 +678,7 @@ unsigned int button_action)
return(-1);
}
/*
- * use the commmon key/button handling routine
+ * use the common key/button handling routine
*/
return(XTestKeyOrButton(display,
device_id,