diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-09 13:02:18 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-09 13:02:18 -0800 |
commit | 8527d4cf67018d793e8912f66fde0cd8a19d30a5 (patch) | |
tree | 653aa264e63e7f22b7299b9aa7b1b98d13057c29 | |
parent | ed96e6ce90f8a2177db00c56c2af9311bc167cc4 (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-- | x11perf.c | 2 | ||||
-rw-r--r-- | x11perf.h | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -4,7 +4,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/test/x11perf @@ -324,7 +324,7 @@ static char *program_name; static void usage(void) _X_NORETURN; /* - * Get_Display_Name (argc, argv) Look for -display, -d, or host:dpy (obselete) + * Get_Display_Name (argc, argv) Look for -display, -d, or host:dpy (obsolete) * If found, remove it from command line. Don't go past a lone -. */ static char * @@ -343,7 +343,7 @@ drawing speed for lines, polygons, text, etc. Since workstations are not used as standalone graphics engines, but as super-terminals, x11perf measures window management performance as well as -traditional graphics performace. x11perf includes benchmarks for the time it +traditional graphics performance. x11perf includes benchmarks for the time it takes to create and map windows (as when you start up an application); to map a pre-existing set of windows onto the screen (as when you deiconify an application or pop up a menu); and to rearrange windows (as when you slosh |