From e7a266b2661411a460bd9503dd4ae336a1d74459 Mon Sep 17 00:00:00 2001 From: Kenneth R Westerback Date: Sat, 23 Dec 2006 21:08:02 +0000 Subject: Spelling. 'preceeding' -> 'preceding' 'preceeds' -> 'precedes' 'preceeded' -> 'preceded' --- usr.bin/rcs/ci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/rcs/ci.c') 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 * 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))); } -- cgit v1.2.3