autofs-5.1.6 - fix typo in daemon/automount.c

From: Julia Suvorova <jusual@redhat.com>

'Random' is spelled like 'ramdom' in the automount help option.

Signed-off-by: Julia Suvorova <jusual@redhat.com>
Signed-off-by: Ian Kent <raven@themaw.net>
---
 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 [<map type> <map name>]\n"
 		"			dump automounter maps and exit\n"
 		"	-n --negative-timeout n\n"
