diff options
author | uqs <uqs@FreeBSD.org> | 2010-07-30 11:58:18 +0000 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2010-07-30 11:58:18 +0000 |
commit | c2a17de64b724f00b6286e568d905a32ae42c04c (patch) | |
tree | 27cbf54659a657fd42cc24138dd77fe591321fb9 /lib/libc/sys | |
parent | ba835d74c94037007beeb8d51c84af706261ccb3 (diff) | |
download | FreeBSD-src-c2a17de64b724f00b6286e568d905a32ae42c04c.zip FreeBSD-src-c2a17de64b724f00b6286e568d905a32ae42c04c.tar.gz |
Fix a couple of typos.
PR: docs/148891
Submitted by: olgeni
MFC after: 1 week
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/sctp_peeloff.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/sctp_peeloff.2 b/lib/libc/sys/sctp_peeloff.2 index c513afa..d94f280 100644 --- a/lib/libc/sys/sctp_peeloff.2 +++ b/lib/libc/sys/sctp_peeloff.2 @@ -50,7 +50,7 @@ The .Fn sctp_peeloff system call attempts detach the association specified by .Fa id -into its own seperate socket. +into its own separate socket. .Pp .Sh RETURN VALUES The call returns -1 on failure and the new socket descriptor |