summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-03-05 12:47:48 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-03-05 12:47:48 +0000
commit26b26d84bb33864d4a4ed9b926a107341c1e58f8 (patch)
treefe25d7f384b0d0356084ad8a23e8cb38b5f51608
parentd79e4f87e8d2175675cd7c0de28533b189d980ce (diff)
Notes
-rw-r--r--include/rpcsvc/nis.x2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rpcsvc/nis.x b/include/rpcsvc/nis.x
index 0770d6854424..748caf64b5fb 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.