summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2020-07-05 13:07:33 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2020-07-05 13:07:33 -0700
commit23e83724df4809fd7857cc609c33ce7e8d3021a4 (patch)
treec3018d5ce5c474883b9a31aca33962d73a540bd8 /include
parentb0413b6e99c6b5fbc04229ce64ddf1f41b08e63e (diff)
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 <alan.coopersmith@oracle.com>
Diffstat (limited to 'include')
-rw-r--r--include/.gitignore2
-rw-r--r--include/glxvndabi.h2
-rw-r--r--include/pixmap.h2
-rw-r--r--include/scrnintstr.h6
-rw-r--r--include/xkbstr.h2
5 files changed, 7 insertions, 7 deletions
diff --git a/include/.gitignore b/include/.gitignore
index 8cb149114..3516078d1 100644
--- a/include/.gitignore
+++ b/include/.gitignore
@@ -1,4 +1,4 @@
-# Add & Override for this directory and it's subdirectories
+# Add & Override for this directory and its subdirectories
*-config.h
do-not-use-config.h.in
xorg-server.h
diff --git a/include/glxvndabi.h b/include/glxvndabi.h
index 71f36e722..e210755ae 100644
--- a/include/glxvndabi.h
+++ b/include/glxvndabi.h
@@ -223,7 +223,7 @@ typedef struct GlxServerExportsRec {
* up the old context private pointer.
*
* However, this function is not safe to use from a ClientStateCallback,
- * because GLVND may have alraedy deleted the tag by that point.
+ * because GLVND may have already deleted the tag by that point.
*/
void * (* getContextTagPrivate)(ClientPtr client, GLXContextTag tag);
diff --git a/include/pixmap.h b/include/pixmap.h
index b7fb25723..f79c41549 100644
--- a/include/pixmap.h
+++ b/include/pixmap.h
@@ -130,7 +130,7 @@ extern _X_EXPORT Bool
PixmapStopDirtyTracking(DrawablePtr src, PixmapPtr slave_dst);
/* helper function, drivers can do this themselves if they can do it more
- efficently */
+ efficiently */
extern _X_EXPORT Bool
PixmapSyncDirtyHelper(PixmapDirtyUpdatePtr dirty);
diff --git a/include/scrnintstr.h b/include/scrnintstr.h
index 9b663fa44..d2c65dc47 100644
--- a/include/scrnintstr.h
+++ b/include/scrnintstr.h
@@ -486,9 +486,9 @@ typedef void (*DPMSProcPtr)(ScreenPtr pScreen, int level);
Wrap(as, pScreen, UnrealizeCursor, AnimCurUnrealizeCursor);
The wrapping block handler is a bit different; it does the Unwrap,
- the local operations and then only re-Wraps if the hook is still
- required. Unwrap occurrs at the top of each function, just after
- entry, and Wrap occurrs at the bottom of each function, just
+ the local operations, and then only re-Wraps if the hook is still
+ required. Unwrap occurs at the top of each function, just after
+ entry, and Wrap occurs at the bottom of each function, just
before returning.
*/
diff --git a/include/xkbstr.h b/include/xkbstr.h
index 8d715577a..8a9f01c68 100644
--- a/include/xkbstr.h
+++ b/include/xkbstr.h
@@ -386,7 +386,7 @@ typedef struct _XkbCompatMapRec {
typedef struct _XkbIndicatorMapRec {
unsigned char flags;
- /* FIXME: For some reason, interepretation of groups is wildly
+ /* FIXME: For some reason, interpretation of groups is wildly
* different between which being base/latched/locked. */
unsigned char which_groups;
unsigned char groups;