diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2018-06-18 22:43:12 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-06-18 22:44:44 +0200 |
commit | 3fe910794b60de8ae99b9e93b81463ace26d0f12 (patch) | |
tree | 94d20fa01056f2a6de039d53dedb4723bd991e59 /src/journal | |
parent | po: update Russian translation (diff) | |
download | systemd-3fe910794b60de8ae99b9e93b81463ace26d0f12.tar.xz systemd-3fe910794b60de8ae99b9e93b81463ace26d0f12.zip |
Correct a number of trivial typos.
Diffstat (limited to 'src/journal')
-rw-r--r-- | src/journal/test-compress-benchmark.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/journal/test-compress-benchmark.c b/src/journal/test-compress-benchmark.c index dd53476898..411df3fa7a 100644 --- a/src/journal/test-compress-benchmark.c +++ b/src/journal/test-compress-benchmark.c @@ -132,7 +132,7 @@ static void test_compress_decompress(const char* label, const char* type, dt = (n2-n) / 1e6; log_info("%s/%s: compressed & decompressed %zu bytes in %.2fs (%.2fMiB/s), " - "mean compresion %.2f%%, skipped %zu bytes", + "mean compression %.2f%%, skipped %zu bytes", label, type, total, dt, total / 1024. / 1024 / dt, 100 - compressed * 100. / total, |