From 4158bd9d4269b237cacc24ce458ec7751a11a2cd Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 9 Jan 2022 13:13:41 -0800 Subject: Fix spelling/wording issues Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith --- README.md | 2 +- xdpyinfo.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d07591..2d80f7a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,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/app/xdpyinfo diff --git a/xdpyinfo.c b/xdpyinfo.c index e57f26f..2bcc32c 100644 --- a/xdpyinfo.c +++ b/xdpyinfo.c @@ -1066,7 +1066,7 @@ print_xrender_info(Display *dpy, const char *extname) int major, minor; int i, j; XVisualInfo viproto; /* fill in for getting info */ - XVisualInfo *vip; /* retured info */ + XVisualInfo *vip; /* returned info */ int nvi; /* number of elements returned */ int ndepths = 0, *depths = NULL; #if RENDER_MAJOR > 0 || RENDER_MINOR >= 6 -- cgit v1.2.3