summaryrefslogtreecommitdiff
path: root/src/test/test-procfs-util.c
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2018-06-18 22:43:12 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-06-18 22:44:44 +0200
commit3fe910794b60de8ae99b9e93b81463ace26d0f12 (patch)
tree94d20fa01056f2a6de039d53dedb4723bd991e59 /src/test/test-procfs-util.c
parent4f03608b51086be42ae4818b685c92e6d604501a (diff)
downloadsystemd-3fe910794b60de8ae99b9e93b81463ace26d0f12.tar.gz
Correct a number of trivial typos.
Diffstat (limited to 'src/test/test-procfs-util.c')
-rw-r--r--src/test/test-procfs-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test-procfs-util.c b/src/test/test-procfs-util.c
index 10229de4e8..08af380cc7 100644
--- a/src/test/test-procfs-util.c
+++ b/src/test/test-procfs-util.c
@@ -16,7 +16,7 @@ int main(int argc, char *argv[]) {
log_open();
assert_se(procfs_cpu_get_usage(&nsec) >= 0);
- log_info("Current sytem CPU time: %s", format_timespan(buf, sizeof(buf), nsec/NSEC_PER_USEC, 1));
+ log_info("Current system CPU time: %s", format_timespan(buf, sizeof(buf), nsec/NSEC_PER_USEC, 1));
assert_se(procfs_memory_get_current(&v) >= 0);
log_info("Current memory usage: %s", format_bytes(buf, sizeof(buf), v));