summaryrefslogtreecommitdiff
path: root/src/shared/format-table.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-04-16 17:50:21 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-04-16 18:00:40 +0200
commit162392b75a0d23a40112f72e07100a8fe3f3d7cc (patch)
treeccbaee832f4cd62c53c246377ebfa0b05e924677 /src/shared/format-table.c
parentac24e418d9bc988ecf114c464701b35934948178 (diff)
downloadsystemd-162392b75a0d23a40112f72e07100a8fe3f3d7cc.tar.gz
tree-wide: spellcheck using codespell
Fixes #15436.
Diffstat (limited to 'src/shared/format-table.c')
-rw-r--r--src/shared/format-table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/format-table.c b/src/shared/format-table.c
index a4b412ecb9..fd51abf05d 100644
--- a/src/shared/format-table.c
+++ b/src/shared/format-table.c
@@ -2001,7 +2001,7 @@ int table_print(Table *t, FILE *f) {
_cleanup_free_ char *padded = NULL;
/* We truncated more lines of this cell, let's add an
- * ellipsis. We first append it, but thta might make our
+ * ellipsis. We first append it, but that might make our
* string grow above what we have space for, hence ellipsize
* right after. This will truncate the ellipsis and add a new
* one. */