diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | xdpyinfo.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 @@ -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 |