From: Stephan E Date: Tue, 12 Feb 2019 13:27:04 +0000 (+0100) Subject: Update mount.c X-Git-Tag: v241~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac8956efa21cfdb94b3787ccd531925470ecdcb5;p=thirdparty%2Fsystemd.git Update mount.c typo in output --- 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,