diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2006-12-23 21:08:02 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2006-12-23 21:08:02 +0000 |
commit | e7a266b2661411a460bd9503dd4ae336a1d74459 (patch) | |
tree | d67be598caed8a7d1c362d40f678a112f03c2c9e /usr.bin/rcs/ci.c | |
parent | 9097d68b42a318413a55cc016ab66b4cb16c4a12 (diff) |
Spelling.
'preceeding' -> 'preceding'
'preceeds' -> 'precedes'
'preceeded' -> 'preceded'
Diffstat (limited to 'usr.bin/rcs/ci.c')
-rw-r--r-- | usr.bin/rcs/ci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rcs/ci.c b/usr.bin/rcs/ci.c index cdb745ec3c2..211371685aa 100644 --- a/usr.bin/rcs/ci.c +++ b/usr.bin/rcs/ci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ci.c,v 1.190 2006/11/18 20:18:28 niallo Exp $ */ +/* $OpenBSD: ci.c,v 1.191 2006/12/23 21:08:01 krw Exp $ */ /* * Copyright (c) 2005, 2006 Niall O'Higgins <niallo@openbsd.org> * All rights reserved. @@ -477,7 +477,7 @@ checkin_update(struct checkin_params *pb) t_head = gmtime(&head_date); strftime(dbuf2, sizeof(dbuf2), fmt, t_head); - errx(1, "%s: Date %s preceeds %s in revision %s.", + errx(1, "%s: Date %s precedes %s in revision %s.", pb->file->rf_path, dbuf1, dbuf2, rcsnum_tostr(pb->frev, numb2, sizeof(numb2))); } |