summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-17 17:59:57 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-17 17:59:57 -0700
commit2e96d5feebdfaeb72b098402e6682ed3a6e6e628 (patch)
treee1d82f6a9f4546ed13fe52d76c17f9a7d64de263
parenteecc14f810ec2b0324b7b9f549aeb2c4663ecd52 (diff)
downloadxorg-lib-libXScrnSaver-2e96d5feebdfaeb72b098402e6682ed3a6e6e628.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--configure.ac2
-rw-r--r--include/X11/extensions/scrnsaver.h2
-rw-r--r--man/Xss.man2
4 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index b40f2a9..3b8576e 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/libXScrnSaver
diff --git a/configure.ac b/configure.ac
index 42ad1aa..e8fa7e5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,7 +40,7 @@ XORG_MACROS_VERSION(1.8)
XORG_DEFAULT_OPTIONS
XORG_CHECK_MALLOC_ZERO
-# Obtain compiler/linker options for depedencies
+# Obtain compiler/linker options for dependencies
PKG_CHECK_MODULES(XSCRNSAVER, x11 xext xextproto [scrnsaverproto >= 1.2])
# Allow checking code with lint, sparse, etc.
diff --git a/include/X11/extensions/scrnsaver.h b/include/X11/extensions/scrnsaver.h
index 654aef6..fa7db31 100644
--- a/include/X11/extensions/scrnsaver.h
+++ b/include/X11/extensions/scrnsaver.h
@@ -36,7 +36,7 @@ in this Software without prior written authorization from the X Consortium.
typedef struct {
int type; /* of event */
unsigned long serial; /* # of last request processed by server */
- Bool send_event; /* true if this came frome a SendEvent request */
+ Bool send_event; /* true if this came from a SendEvent request */
Display *display; /* Display the event was read from */
Window window; /* screen saver window */
Window root; /* root window of event screen */
diff --git a/man/Xss.man b/man/Xss.man
index 0d83c9b..ed4bbc9 100644
--- a/man/Xss.man
+++ b/man/Xss.man
@@ -46,7 +46,7 @@ typedef struct {
typedef struct {
int type; /\(** of event */
unsigned long serial; /\(** # of last request processed by server */
- Bool send_event; /\(** true if this came frome a SendEvent request */
+ Bool send_event; /\(** true if this came from a SendEvent request */
Display *display; /\(** Display the event was read from */
Window window; /\(** screen saver window */
Window root; /\(** root window of event screen */