From 24f35015dca33564ce9ded309909b4b6c17763be Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 23 Jan 2022 13:24:29 -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 +- src/spiceqxl_display.c | 2 +- 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) -- cgit v1.2.3