diff options
author | Mike Frysinger | 2006-05-26 01:48:17 +0000 |
---|---|---|
committer | Mike Frysinger | 2006-05-26 01:48:17 +0000 |
commit | fa6c4844b2fef07def6b739c8f28ec50c2612208 (patch) | |
tree | 971b38f45cc2c30f693cc6cc650f4c280d11babd /util-linux/nfsmount.c | |
parent | 9c03cb920acdb19595e4a670cf4081b0631b7b52 (diff) | |
download | busybox-fa6c4844b2fef07def6b739c8f28ec50c2612208.zip busybox-fa6c4844b2fef07def6b739c8f28ec50c2612208.tar.gz |
fix spelling mistakes
Diffstat (limited to 'util-linux/nfsmount.c')
-rw-r--r-- | util-linux/nfsmount.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); /* |