summaryrefslogtreecommitdiff
path: root/src/libsystemd-terminal
diff options
context:
space:
mode:
Diffstat (limited to 'src/libsystemd-terminal')
-rw-r--r--src/libsystemd-terminal/grdev-drm.c2
-rw-r--r--src/libsystemd-terminal/grdev.c2
-rw-r--r--src/libsystemd-terminal/unifont-def.h2
-rw-r--r--src/libsystemd-terminal/unifont-glyph-array.binbin2621472 -> 2621472 bytes
4 files changed, 3 insertions, 3 deletions
diff --git a/src/libsystemd-terminal/grdev-drm.c b/src/libsystemd-terminal/grdev-drm.c
index 2df63537f0..bc4d4c9e76 100644
--- a/src/libsystemd-terminal/grdev-drm.c
+++ b/src/libsystemd-terminal/grdev-drm.c
@@ -2060,7 +2060,7 @@ static void grdrm_card_configure(grdrm_card *card) {
* headache to configure on dynamic demands. Therefore, we only
* support it if configured statically beforehand.
*
- * * CRTCs are not created equal. Some might be much more poweful
+ * * CRTCs are not created equal. Some might be much more powerful
* than others, including more advanced plane support. So far, our
* CRTC selection is random. You need to supply static
* configuration if you want special setups. So far, there is no
diff --git a/src/libsystemd-terminal/grdev.c b/src/libsystemd-terminal/grdev.c
index db87ede762..3b3cf2737b 100644
--- a/src/libsystemd-terminal/grdev.c
+++ b/src/libsystemd-terminal/grdev.c
@@ -708,7 +708,7 @@ void grdev_pipe_ready(grdev_pipe *pipe, bool running) {
/* grdev_pipe_ready() is used by backends to notify about pipe state
* changed. If a pipe is ready, it can be fully used by us (available,
- * enabled and accessable). Backends can disable pipes at any time
+ * enabled and accessible). Backends can disable pipes at any time
* (like for async revocation), but can only enable them from parent
* context. Otherwise, we might call user-callbacks recursively. */
diff --git a/src/libsystemd-terminal/unifont-def.h b/src/libsystemd-terminal/unifont-def.h
index 2b0b859eb0..3847a2cf6c 100644
--- a/src/libsystemd-terminal/unifont-def.h
+++ b/src/libsystemd-terminal/unifont-def.h
@@ -94,7 +94,7 @@ typedef struct unifont_glyph_header unifont_glyph_header;
* +-----------------------------------+
*
* * The first byte specifies the width of the glyph. If it is 0, the glyph
- * must be treated as non-existant.
+ * must be treated as non-existent.
* All glyphs are "8*n" pixels wide and "16" pixels high. The width-field
* specifies the width multiplier "n".
* * After the width field padding might be added. This depends on the global
diff --git a/src/libsystemd-terminal/unifont-glyph-array.bin b/src/libsystemd-terminal/unifont-glyph-array.bin
index 46f150c42b..4802a6938a 100644
--- a/src/libsystemd-terminal/unifont-glyph-array.bin
+++ b/src/libsystemd-terminal/unifont-glyph-array.bin
Binary files differ