=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rdist/message.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- src/usr.bin/rdist/message.c 1999/02/04 23:18:57 1.8 +++ src/usr.bin/rdist/message.c 2000/11/10 15:33:12 1.9 @@ -1,4 +1,4 @@ -/* $OpenBSD: message.c,v 1.8 1999/02/04 23:18:57 millert Exp $ */ +/* $OpenBSD: message.c,v 1.9 2000/11/10 15:33:12 provos Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. @@ -39,7 +39,7 @@ "$From: message.c,v 6.24 1996/07/19 17:00:35 michaelc Exp $"; #else static char RCSid[] = -"$OpenBSD: message.c,v 1.8 1999/02/04 23:18:57 millert Exp $"; +"$OpenBSD: message.c,v 1.9 2000/11/10 15:33:12 provos Exp $"; #endif static char sccsid[] = "@(#)common.c"; @@ -282,7 +282,7 @@ (void) strcpy(msgbuf, msgstr); /* - * Each = list is seperated by ":". + * Each = list is separated by ":". */ for (optstr = strtok(msgbuf, ":"); optstr; optstr = strtok(NULL, ":")) {