]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/format-table.c
tree-wide: spellcheck using codespell
[thirdparty/systemd.git] / src / shared / format-table.c
index a4b412ecb9ebd2e4d645e95910a072b183504269..fd51abf05d0d83d3268d46eeb2991f2a6008e045 100644 (file)
@@ -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. */