From 2c8fba5d824b6e722e173ffd63c05bfa85e8679c Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 9 Jan 2022 13:27:54 -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 +- dga.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0e14922..cdfb583 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,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/xf86dga diff --git a/dga.c b/dga.c index bef44af..63ab672 100644 --- a/dga.c +++ b/dga.c @@ -245,7 +245,7 @@ main(int argc, char *argv[]) break; } if (n_chars && (buf[0] == 'q' || buf[0] == 'Q')) { - fprintf(stderr,"EXITTING\n"); + fprintf(stderr,"EXITING\n"); break; } } @@ -258,7 +258,7 @@ main(int argc, char *argv[]) /* and give back control */ XUngrabPointer(dis, CurrentTime); XUngrabKeyboard(dis, CurrentTime); - fprintf(stderr, "Thats all folks\n"); + fprintf(stderr, "That's all folks\n"); exit(0); } -- cgit v1.2.3