diff options
-rw-r--r-- | lib/libc/rpc/svc.c | 4 | ||||
-rw-r--r-- | usr.bin/make/main.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/rpc/svc.c b/lib/libc/rpc/svc.c index e973f4706ce..fc8ded6a7f4 100644 --- a/lib/libc/rpc/svc.c +++ b/lib/libc/rpc/svc.c @@ -28,7 +28,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: svc.c,v 1.17 2005/01/08 19:17:39 krw Exp $"; +static char *rcsid = "$OpenBSD: svc.c,v 1.18 2005/02/17 02:37:21 jolan Exp $"; #endif /* LIBC_SCCS and not lint */ /* @@ -59,7 +59,7 @@ static int xportssize; * The services list * Each entry represents a set of procedures (an rpc program). * The dispatch routine takes request structs and runs the - * apropriate procedure. + * appropriate procedure. */ static struct svc_callout { struct svc_callout *sc_next; diff --git a/usr.bin/make/main.c b/usr.bin/make/main.c index dfb4866ad40..f28fadf56cf 100644 --- a/usr.bin/make/main.c +++ b/usr.bin/make/main.c @@ -1,5 +1,5 @@ /* $OpenPackages$ */ -/* $OpenBSD: main.c,v 1.65 2004/04/21 13:17:49 jmc Exp $ */ +/* $OpenBSD: main.c,v 1.66 2005/02/17 02:37:21 jolan Exp $ */ /* $NetBSD: main.c,v 1.34 1997/03/24 20:56:36 gwr Exp $ */ /* @@ -525,7 +525,7 @@ main(int argc, char **argv) * * Once things are initted, * have to add the original directory to the search path, - * and modify the paths for the Makefiles apropriately. The + * and modify the paths for the Makefiles appropriately. The * current directory is also placed as a variable for make scripts. */ mdpath = NULL; |