]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/format-table.c
codespell: fix spelling errors
[thirdparty/systemd.git] / src / shared / format-table.c
index 74379e8c642cf6a569c8c452f89ae25948bd9eef..4f4a84d7494e259726b4e52581e9fb90e9d4a85b 100644 (file)
@@ -845,7 +845,7 @@ static int cell_data_compare(TableData *a, size_t index_a, TableData *b, size_t
                 }
         }
 
-        /* Generic fallback using the orginal order in which the cells where added. */
+        /* Generic fallback using the original order in which the cells where added. */
         return CMP(index_a, index_b);
 }