diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-17 18:26:23 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-17 18:26:23 -0700 |
commit | d478f60475e2ae50ce57bb9cc27d6a835dfa200c (patch) | |
tree | b0cb098fe96b53f6ad5fc30d8c26e61719ee7f81 | |
parent | 2f0952f5f78f80463810e7dc41c944d2c03e99ab (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-- | man/xv-library-v2.2.txt | 2 |
3 files changed, 3 insertions, 3 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/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 |