From fa6c4844b2fef07def6b739c8f28ec50c2612208 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 26 May 2006 01:48:17 +0000 Subject: fix spelling mistakes --- util-linux/nfsmount.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util-linux/nfsmount.c') diff --git a/util-linux/nfsmount.c b/util-linux/nfsmount.c index 7b742cb..4ab415f 100644 --- a/util-linux/nfsmount.c +++ b/util-linux/nfsmount.c @@ -623,7 +623,7 @@ int nfsmount(const char *spec, const char *node, int *flags, return retval; } - /* create mount deamon client */ + /* create mount daemon client */ /* See if the nfs host = mount host. */ if (mounthost) { if (mounthost[0] >= '0' && mounthost[0] <= '9') { @@ -835,7 +835,7 @@ int nfsmount(const char *spec, const char *node, int *flags, #endif } #ifdef NFS_MOUNT_DEBUG - printf(_("using port %d for nfs deamon\n"), port); + printf(_("using port %d for nfs daemon\n"), port); #endif server_addr.sin_port = htons(port); /* -- cgit v1.1