summaryrefslogtreecommitdiff
path: root/src/fc
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-04-06 14:37:42 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-04-06 14:37:42 -0700
commit12bed78985af1da2d1f4954a3491ee497a878b23 (patch)
tree3d957e572b0a559a9c278292f8ffb3932ae87b24 /src/fc
parentf83ea5e953c6904578a458e2c2bc2e1d5ae3cb47 (diff)
downloadxorg-lib-libXfont-12bed78985af1da2d1f4954a3491ee497a878b23.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/fc')
-rw-r--r--src/fc/fserve.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fc/fserve.c b/src/fc/fserve.c
index e739a8f..94604d7 100644
--- a/src/fc/fserve.c
+++ b/src/fc/fserve.c
@@ -179,7 +179,7 @@ fs_fd_handler(int fd, void *data);
* the font server, and a block record to be stored in the fpe's list
* of outstanding requests. the FS block handler also sticks the
* proper set of fd's into the select mask. when data is ready to be
- * read in, the FS wakup handler will be hit. this will read the
+ * read in, the FS wakeup handler will be hit. this will read the
* data off the wire into the proper block record, and then signal the
* client that caused the block so that it can restart. it will then
* call the access function again, which will realize that the data has
@@ -536,7 +536,7 @@ conn_stop_listening(FSFpePtr conn)
/*
* When a request is aborted due to a font server failure,
- * signal any depending clients to restart their dependant
+ * signal any depending clients to restart their dependent
* requests
*/
static void