diff options
author | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-05-26 01:48:17 +0000 |
---|---|---|
committer | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-05-26 01:48:17 +0000 |
commit | d0f373f060aa076e25fb18966c80f523e13b97d1 (patch) | |
tree | 971b38f45cc2c30f693cc6cc650f4c280d11babd /util-linux/nfsmount.c | |
parent | 145bc9b116a5b3a317605ca6e9c8d06228e05e0d (diff) | |
download | busybox-w32-d0f373f060aa076e25fb18966c80f523e13b97d1.tar.gz busybox-w32-d0f373f060aa076e25fb18966c80f523e13b97d1.tar.bz2 busybox-w32-d0f373f060aa076e25fb18966c80f523e13b97d1.zip |
fix spelling mistakes
git-svn-id: svn://busybox.net/trunk/busybox@15177 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-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 7b742cb5f..4ab415f0f 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, | |||
623 | return retval; | 623 | return retval; |
624 | } | 624 | } |
625 | 625 | ||
626 | /* create mount deamon client */ | 626 | /* create mount daemon client */ |
627 | /* See if the nfs host = mount host. */ | 627 | /* See if the nfs host = mount host. */ |
628 | if (mounthost) { | 628 | if (mounthost) { |
629 | if (mounthost[0] >= '0' && mounthost[0] <= '9') { | 629 | if (mounthost[0] >= '0' && mounthost[0] <= '9') { |
@@ -835,7 +835,7 @@ int nfsmount(const char *spec, const char *node, int *flags, | |||
835 | #endif | 835 | #endif |
836 | } | 836 | } |
837 | #ifdef NFS_MOUNT_DEBUG | 837 | #ifdef NFS_MOUNT_DEBUG |
838 | printf(_("using port %d for nfs deamon\n"), port); | 838 | printf(_("using port %d for nfs daemon\n"), port); |
839 | #endif | 839 | #endif |
840 | server_addr.sin_port = htons(port); | 840 | server_addr.sin_port = htons(port); |
841 | /* | 841 | /* |