summaryrefslogtreecommitdiff
path: root/usr.bin/rcs/ci.c
diff options
context:
space:
mode:
authorDavid Krause <david@cvs.openbsd.org>2006-06-02 19:10:25 +0000
committerDavid Krause <david@cvs.openbsd.org>2006-06-02 19:10:25 +0000
commitc586a9434af2f14fc3e43b17cc349d40f2151a19 (patch)
treef64e1bc5424dfbbd4b5aff0a5d3647a3380920ba /usr.bin/rcs/ci.c
parent18bf8f3a6b8f451cc6f98878efc94b261145f9d0 (diff)
various spelling fixes
Diffstat (limited to 'usr.bin/rcs/ci.c')
-rw-r--r--usr.bin/rcs/ci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rcs/ci.c b/usr.bin/rcs/ci.c
index a771d564ece..b9ad56294f2 100644
--- a/usr.bin/rcs/ci.c
+++ b/usr.bin/rcs/ci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ci.c,v 1.178 2006/06/02 18:04:33 niallo Exp $ */
+/* $OpenBSD: ci.c,v 1.179 2006/06/02 19:10:23 david Exp $ */
/*
* Copyright (c) 2005, 2006 Niall O'Higgins <niallo@openbsd.org>
* All rights reserved.
@@ -278,7 +278,7 @@ checkin_main(int argc, char **argv)
if (!(pb.flags & NEWFILE))
pb.flags |= CI_SKIPDESC;
- /* XXX - support for commiting to a file without revisions */
+ /* XXX - support for committing to a file without revisions */
if (pb.file->rf_ndelta == 0) {
pb.flags |= NEWFILE;
pb.file->rf_flags |= RCS_CREATE;