From ac8956efa21cfdb94b3787ccd531925470ecdcb5 Mon Sep 17 00:00:00 2001 From: Stephan E Date: Tue, 12 Feb 2019 14:27:04 +0100 Subject: [PATCH] Update mount.c typo in output --- src/core/mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/mount.c b/src/core/mount.c index be02e05f09a..c31cad6b527 100644 --- a/src/core/mount.c +++ b/src/core/mount.c @@ -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, -- 2.47.3