]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Update mount.c
authorStephan E <se@se-it.eu>
Tue, 12 Feb 2019 13:27:04 +0000 (14:27 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 12 Feb 2019 15:41:57 +0000 (00:41 +0900)
typo in output

src/core/mount.c

index be02e05f09ac100f2f43cc34da38bed370939c97..c31cad6b52720ea8815c684d9a0698ac32e0c1be 100644 (file)
@@ -764,7 +764,7 @@ static void mount_dump(Unit *u, FILE *f, const char *prefix) {
                 "%sSloppyOptions: %s\n"
                 "%sLazyUnmount: %s\n"
                 "%sForceUnmount: %s\n"
-                "%sTimoutSec: %s\n",
+                "%sTimeoutSec: %s\n",
                 prefix, mount_state_to_string(m->state),
                 prefix, mount_result_to_string(m->result),
                 prefix, m->where,