diff options
author | asmodai <asmodai@FreeBSD.org> | 2001-02-06 10:39:38 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2001-02-06 10:39:38 +0000 |
commit | 47a2266000dcef92e2019fc82b50ce7ce7753ec3 (patch) | |
tree | c951bed0034c4c08e2321e4d9d5bdc4ed441be11 /include | |
parent | 5a1663094b19de58fc8a32485a629c3382407a8c (diff) | |
download | FreeBSD-src-47a2266000dcef92e2019fc82b50ce7ce7753ec3.zip FreeBSD-src-47a2266000dcef92e2019fc82b50ce7ce7753ec3.tar.gz |
Fix typo: seperate -> separate.
Seperate does not exist in the english language.
Submitted to look at by: kris
Diffstat (limited to 'include')
-rw-r--r-- | include/rpcsvc/nis.x | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rpcsvc/nis.x b/include/rpcsvc/nis.x index 0770d68..748caf6 100644 --- a/include/rpcsvc/nis.x +++ b/include/rpcsvc/nis.x @@ -278,7 +278,7 @@ struct fd_result { * info. This includes the appropriate file which was generated by * make in the protocols directory (probably /usr/include/rpcsvc). * - * Uhm... guys? With RPC, you aren't supposed to have seperate + * Uhm... guys? With RPC, you aren't supposed to have separate * server-specific and client-specific header files. You have one header * file that's suitable for both. If your code doesn't work using just * the one header file, I submit to you that it's broken. |