diff options
author | uqs <uqs@FreeBSD.org> | 2012-01-07 16:09:33 +0000 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2012-01-07 16:09:33 +0000 |
commit | 5f1ca9b98226dc2417a50af15b77d5a5cfd6837a (patch) | |
tree | fae895b09014d4ae2ae2cdaf825a995dde64c138 /sbin/mount_nfs | |
parent | 2c7e333641a412e800c1c521ddcb60d9f82e8e46 (diff) | |
download | FreeBSD-src-5f1ca9b98226dc2417a50af15b77d5a5cfd6837a.zip FreeBSD-src-5f1ca9b98226dc2417a50af15b77d5a5cfd6837a.tar.gz |
Spelling fixes for sbin/
Diffstat (limited to 'sbin/mount_nfs')
-rw-r--r-- | sbin/mount_nfs/mount_nfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount_nfs/mount_nfs.c b/sbin/mount_nfs/mount_nfs.c index 9da3137..c6235e0 100644 --- a/sbin/mount_nfs/mount_nfs.c +++ b/sbin/mount_nfs/mount_nfs.c @@ -788,7 +788,7 @@ getnfsargs(char *spec, struct iovec **iov, int *iovlen) for (;;) { /* * Try each entry returned by getaddrinfo(). Note the - * occurence of remote errors by setting `remoteerr'. + * occurrence of remote errors by setting `remoteerr'. */ remoteerr = 0; for (ai = ai_nfs; ai != NULL; ai = ai->ai_next) { |