diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-17 17:59:57 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-17 17:59:57 -0700 |
commit | 2e96d5feebdfaeb72b098402e6682ed3a6e6e628 (patch) | |
tree | e1d82f6a9f4546ed13fe52d76c17f9a7d64de263 | |
parent | eecc14f810ec2b0324b7b9f549aeb2c4663ecd52 (diff) |
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.md | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | include/X11/extensions/scrnsaver.h | 2 | ||||
-rw-r--r-- | man/Xss.man | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -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 */ |