summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan E <se@se-it.eu>2019-02-12 14:27:04 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-02-13 00:41:57 +0900
commitac8956efa21cfdb94b3787ccd531925470ecdcb5 (patch)
treef1c7b8d4568018209286312785e9659766f54950
parent8e3c4454bf23ae50bbe45c8a9a9b8ca1207f441f (diff)
downloadsystemd-ac8956efa21cfdb94b3787ccd531925470ecdcb5.tar.gz
Update mount.c
typo in output
-rw-r--r--src/core/mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/mount.c b/src/core/mount.c
index be02e05f09..c31cad6b52 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,