summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-23 13:24:29 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-23 13:24:29 -0800
commit24f35015dca33564ce9ded309909b4b6c17763be (patch)
treeab079231528938b12151f2dfc428551a0b50239e
parentcdcfd033cc7dc8522c4532ffe7b8374eaeb29e7a (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.md2
-rw-r--r--src/spiceqxl_display.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ec4e1a8..ce98566 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,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/driver/xf86-video-qxl
diff --git a/src/spiceqxl_display.c b/src/spiceqxl_display.c
index 7da10f0..d90b8ca 100644
--- a/src/spiceqxl_display.c
+++ b/src/spiceqxl_display.c
@@ -82,7 +82,7 @@ static QXLDevMemSlot slot = {
.qxl_ram_size = ~0,
};
-// TODO - reall dprint, this is just to get it compiling
+// TODO - real dprint, this is just to get it compiling
#define dprint(qxl, lvl, fmt, ...) printf(fmt, __VA_ARGS__)
static void interface_attach_worker(QXLInstance *sin, QXLWorker *qxl_worker)