From 2e96d5feebdfaeb72b098402e6682ed3a6e6e628 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 17 Jul 2022 17:59:57 -0700 Subject: Fix spelling/wording issues Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith --- README.md | 2 +- configure.ac | 2 +- include/X11/extensions/scrnsaver.h | 2 +- man/Xss.man | 2 +- 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 */ -- cgit v1.2.3