autofs-5.1.6 - fix typo in daemon/automount.c From: Julia Suvorova 'Random' is spelled like 'ramdom' in the automount help option. Signed-off-by: Julia Suvorova Signed-off-by: Ian Kent --- CHANGELOG | 1 + daemon/automount.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 04293940..8bdbc2a6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -40,6 +40,7 @@ xx/xx/2020 autofs-5.1.7 - dont prune offset map entries. - simplify sss source stale check. - include linux/nfs.h directly in rpc_subs.h. +- fix typo in daemon/automount.c. 07/10/2019 autofs-5.1.6 - support strictexpire mount option. diff --git a/daemon/automount.c b/daemon/automount.c index f76cddc6..53861551 100644 --- a/daemon/automount.c +++ b/daemon/automount.c @@ -1958,7 +1958,7 @@ static void usage(void) " run automounter as a systemd service\n" " -f --foreground do not fork into background\n" " -r --random-multimount-selection\n" - " use ramdom replicated server selection\n" + " use random replicated server selection\n" " -m --dumpmaps [ ]\n" " dump automounter maps and exit\n" " -n --negative-timeout n\n"