summaryrefslogtreecommitdiff
path: root/dga.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-09 13:27:54 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-09 13:27:54 -0800
commit2c8fba5d824b6e722e173ffd63c05bfa85e8679c (patch)
tree39370663fad4abf6814af8b4b22a851150bd94c0 /dga.c
parent411c567fd2f3cb508e4d14976a578ed3e247f942 (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 'dga.c')
-rw-r--r--dga.c4
1 files changed, 2 insertions, 2 deletions
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);
}