From 23e83724df4809fd7857cc609c33ce7e8d3021a4 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 5 Jul 2020 13:07:33 -0700 Subject: Fix spelling/wording issues Most (but not all) of these were found by using codespell --builtin clear,rare,usage,informal,code,names but not everything reported by that was fixed. Signed-off-by: Alan Coopersmith --- dbe/dbe.c | 4 ++-- dbe/dbestruct.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'dbe') diff --git a/dbe/dbe.c b/dbe/dbe.c index 292a22366..cdab3e9e5 100644 --- a/dbe/dbe.c +++ b/dbe/dbe.c @@ -1127,7 +1127,7 @@ DbeSetupBackgroundPainter(WindowPtr pWin, GCPtr pGC) * DbeExtensionInit(). * * To make resource deletion simple, we do not do anything in this function - * and leave all resource deleteion to DbeWindowPrivDelete(), which will + * and leave all resource deletion to DbeWindowPrivDelete(), which will * eventually be called or already has been called. Deletion functions are * not guaranteed to be called in any particular order. * @@ -1183,7 +1183,7 @@ DbeWindowPrivDelete(void *pDbeWinPriv, XID id) } else { /* We are removing the last ID in the array, in which case, the - * assignement below is all that we need to do. + * assignment below is all that we need to do. */ } pDbeWindowPriv->IDs[pDbeWindowPriv->nBufferIDs - 1] = DBE_FREE_ID_ELEMENT; diff --git a/dbe/dbestruct.h b/dbe/dbestruct.h index fe2ef0af6..ce99fbea8 100644 --- a/dbe/dbestruct.h +++ b/dbe/dbestruct.h @@ -171,7 +171,7 @@ typedef struct _DbeWindowPrivRec { typedef struct _DbeScreenPrivRec { /* Wrapped functions - * It is the responsibilty of the DDX layer to wrap PositionWindow(). + * It is the responsibility of the DDX layer to wrap PositionWindow(). * DbeExtensionInit wraps DestroyWindow(). */ PositionWindowProcPtr PositionWindow; -- cgit v1.2.3