diff options
author | Niels Provos <provos@cvs.openbsd.org> | 2000-11-10 15:33:16 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 2000-11-10 15:33:16 +0000 |
commit | 5e5c20b4986d64cf4b989750655ce99a581ee745 (patch) | |
tree | 454d7edecf7d8c42395d523edcb4da46a285da42 /usr.bin/rdist/common.c | |
parent | fa37968b43055a44587325acd7d958a96fc4e5a7 (diff) |
seperate -> separate, okay aaron@
Diffstat (limited to 'usr.bin/rdist/common.c')
-rw-r--r-- | usr.bin/rdist/common.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/rdist/common.c b/usr.bin/rdist/common.c index 66847afd134..acda69d8315 100644 --- a/usr.bin/rdist/common.c +++ b/usr.bin/rdist/common.c @@ -1,4 +1,4 @@ -/* $OpenBSD: common.c,v 1.9 1999/05/14 20:19:11 aaron Exp $ */ +/* $OpenBSD: common.c,v 1.10 2000/11/10 15:33:12 provos Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. @@ -39,7 +39,7 @@ static char RCSid[] = "$From: common.c,v 6.82 1998/03/23 23:27:33 michaelc Exp $"; #else static char RCSid[] = -"$OpenBSD: common.c,v 1.9 1999/05/14 20:19:11 aaron Exp $"; +"$OpenBSD: common.c,v 1.10 2000/11/10 15:33:12 provos Exp $"; #endif static char sccsid[] = "@(#)common.c"; @@ -964,7 +964,7 @@ extern char *xbasename(path) } /* - * Take a colon (':') seperated path to a file and + * Take a colon (':') separated path to a file and * search until a component of that path is found and * return the found file name. */ |