summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormbalmer <mbalmer@NetBSD.org>2013-01-23 17:27:35 +0000
committermbalmer <mbalmer@NetBSD.org>2013-01-23 17:27:35 +0000
commit2deda328c79e39ec372d154e1f948e2e690fbf9b (patch)
tree28af36022aa650ea0e48a4b76955bfa362a8e238 /include
parent1643d94e8555737b73a4fb0d68fdaca0a786b22d (diff)
Fix typo.
Diffstat (limited to 'include')
-rw-r--r--include/rpcsvc/yp_prot.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rpcsvc/yp_prot.h b/include/rpcsvc/yp_prot.h
index 5cd56cbbb1c..1c4a4c481a4 100644
--- a/include/rpcsvc/yp_prot.h
+++ b/include/rpcsvc/yp_prot.h
@@ -1,4 +1,4 @@
-/* $NetBSD: yp_prot.h,v 1.17 2007/10/06 16:17:34 yamt Exp $ */
+/* $NetBSD: yp_prot.h,v 1.18 2013/01/23 17:27:35 mbalmer Exp $ */
/*
* Copyright (c) 1992, 1993 Theo de Raadt <deraadt@fsa.ca>
@@ -287,7 +287,7 @@ struct yppushresp_xfr {
#define YPPUSH_AGE ((unsigned int)2) /* Master's version not newer */
#define YPPUSH_NOMAP ((unsigned int)-1) /* Can't find server for map */
#define YPPUSH_NODOM ((unsigned int)-2) /* Domain not supported */
-#define YPPUSH_RSRC ((unsigned int)-3) /* Local resouce alloc failure */
+#define YPPUSH_RSRC ((unsigned int)-3) /* Local resource alloc failure */
#define YPPUSH_RPC ((unsigned int)-4) /* RPC failure talking to server */
#define YPPUSH_MADDR ((unsigned int)-5) /* Can't get master address */
#define YPPUSH_YPERR ((unsigned int)-6) /* YP server/map db error */