projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e3c445
)
Update mount.c
author
Stephan E
<se@se-it.eu>
Tue, 12 Feb 2019 13:27:04 +0000
(14:27 +0100)
committer
Yu Watanabe
<watanabe.yu+github@gmail.com>
Tue, 12 Feb 2019 15:41:57 +0000
(
00:41
+0900)
typo in output
src/core/mount.c
patch
|
blob
|
history
diff --git
a/src/core/mount.c
b/src/core/mount.c
index be02e05f09ac100f2f43cc34da38bed370939c97..c31cad6b52720ea8815c684d9a0698ac32e0c1be 100644
(file)
--- 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",
+ "%sTim
e
outSec: %s\n",
prefix, mount_state_to_string(m->state),
prefix, mount_result_to_string(m->result),
prefix, m->where,