diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-16 10:24:07 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-16 10:24:07 -0800 |
commit | 2578d274b926088ae7565e9a4bcfa1ca8ba6fdda (patch) | |
tree | 57f568bf6f674556c30297d345637b158a1f85d9 | |
parent | e6d878e0aba4531766598c4115f44e47431b014a (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-- | src/xf86Elo.c | 2 |
2 files changed, 2 insertions, 2 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/driver/xf86-input-elographics.git diff --git a/src/xf86Elo.c b/src/xf86Elo.c index ef2186f..d356da8 100644 --- a/src/xf86Elo.c +++ b/src/xf86Elo.c @@ -138,7 +138,7 @@ static Model SupportedModels[] = /* *************************************************************************** * - * Usefull macros. + * Useful macros. * *************************************************************************** */ |