summaryrefslogtreecommitdiff
path: root/xdpyinfo.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-09 13:13:41 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-09 13:13:41 -0800
commit4158bd9d4269b237cacc24ce458ec7751a11a2cd (patch)
tree9a905a50f0b5624870813463dc3d6e86a5af16e7 /xdpyinfo.c
parent3fb972d2d81d341187adf6b5496a2ffcba733453 (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>
Diffstat (limited to 'xdpyinfo.c')
-rw-r--r--xdpyinfo.c2
1 files changed, 1 insertions, 1 deletions
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