diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | dga.c | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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 @@ -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); } |