summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-17 16:18:20 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-17 16:18:20 -0700
commit52731309f8dd2ac10099536fb5cc615b59ed976c (patch)
treeb462b7e062d3415551b6480ca46cdd32a0dba12c
parentd21b04dafa64bc37a7f4a4dbf5f41dcf0e193d7a (diff)
downloadxorg-lib-libXp-52731309f8dd2ac10099536fb5cc615b59ed976c.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>
-rw-r--r--README.md2
-rw-r--r--man/libXp.man2
-rw-r--r--src/XpGetData.c2
-rw-r--r--src/XpNotifyPdm.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index d61f922..ae8b5e0 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ Xorg mailing list:
https://lists.x.org/mailman/listinfo/xorg
-The master development code repository can be found at:
+The primary development code repository can be found at:
https://gitlab.freedesktop.org/xorg/lib/libXp
diff --git a/man/libXp.man b/man/libXp.man
index cd0723b..df7cf72 100644
--- a/man/libXp.man
+++ b/man/libXp.man
@@ -65,7 +65,7 @@ The Print Context represents the embodiment of the printer selected. It is initi
Xprint server at
.I XpCreateContext()
time to contain a printer's default capabilities, as well as, the description of its overall
-capabilties, and to maintain
+capabilities, and to maintain
the state of settings on the printer, the state of rendering against the printer, and the rendered
output.
diff --git a/src/XpGetData.c b/src/XpGetData.c
index b672703..ac9500f 100644
--- a/src/XpGetData.c
+++ b/src/XpGetData.c
@@ -149,7 +149,7 @@ _XpGetDocDataHandler(Display *dpy, xReply *rep,
* XpGetDocumentData()
*
* ...registers callbacks to be triggered when async protocol replies
- * come back in response to the origial request.
+ * come back in response to the original request.
*
* Returned Status indicate whether the callbacks will be used
* (finish_proc and possibly save_proc), or whether they will
diff --git a/src/XpNotifyPdm.c b/src/XpNotifyPdm.c
index 9fccfdd..32f313d 100644
--- a/src/XpNotifyPdm.c
+++ b/src/XpNotifyPdm.c
@@ -367,7 +367,7 @@ Status XpSendOneTicket(
/*
* Break down the remaining ticket data and build the
- * second thru N ClientMessages.
+ * second through N ClientMessages.
*/
ev.format = 8;
bigstrlen = (int) ticket->address_length +