chiark / gitweb /
Correct a number of trivial typos.
[elogind.git] / src / test / test-procfs-util.c
index 811e312ec8468931edc303f6b61a09acc9548ad5..35381f264140cc6822a59a6b03ffe3c6e1a4926b 100644 (file)
@@ -21,7 +21,7 @@ int main(int argc, char *argv[]) {
 
 #if 0 /// UNSUPPORTED by elogind (we aren't init)
         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));