From d478f60475e2ae50ce57bb9cc27d6a835dfa200c Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 17 Jul 2022 18:26:23 -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 +- man/xv-library-v2.2.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b00dcee..d8fbc35 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/libXv diff --git a/configure.ac b/configure.ac index 327bb1c..31a26b0 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(XV, [x11 >= 1.6 xext xextproto videoproto]) # Allow checking code with lint, sparse, etc. diff --git a/man/xv-library-v2.2.txt b/man/xv-library-v2.2.txt index a8807db..8c3326d 100644 --- a/man/xv-library-v2.2.txt +++ b/man/xv-library-v2.2.txt @@ -23,7 +23,7 @@ typedef struct { indicating the particular attribute is readable, writeable or readable and writeable. - min_value, max_value - Indicate the minimun and maximum attribute + min_value, max_value - Indicate the minimum and maximum attribute values which are valid for the driver. name - A string describing the name of the attribute that may be used -- cgit v1.2.1