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 /x11perf.c | |
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>
Diffstat (limited to 'x11perf.c')
-rw-r--r-- | x11perf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 * |