Update mount.c

typo in output
This commit is contained in:
Stephan E 2019-02-12 14:27:04 +01:00 committed by Yu Watanabe
parent 8e3c4454bf
commit ac8956efa2

View 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,