diff options
author | 2006-04-13 13:15:18 +0000 | |
---|---|---|
committer | 2006-04-13 13:15:18 +0000 | |
commit | 32b05e229c6593134ff29cb1b455f4a40a291593 (patch) | |
tree | 2cf94a7415ba85e3919222787a4070e5e236ac60 | |
parent | regression tests for "local" (diff) | |
download | wireguard-openbsd-32b05e229c6593134ff29cb1b455f4a40a291593.tar.xz wireguard-openbsd-32b05e229c6593134ff29cb1b455f4a40a291593.zip |
fix some typos
-rw-r--r-- | usr.bin/rcs/ci.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/rcs/ci.c b/usr.bin/rcs/ci.c index 77241938217..09fe68faacc 100644 --- a/usr.bin/rcs/ci.c +++ b/usr.bin/rcs/ci.c @@ -1,14 +1,14 @@ -/* $OpenBSD: ci.c,v 1.142 2006/04/13 03:18:06 joris Exp $ */ +/* $OpenBSD: ci.c,v 1.143 2006/04/13 13:15:18 niallo Exp $ */ /* * Copyright (c) 2005, 2006 Niall O'Higgins <niallo@openbsd.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following cinditions + * modification, are permitted provided that the following conditions * are met: * - * 1. Redistributions of source cide must retain the above cipyright - * notice, this list of cinditions and the following disclaimer. + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. * 2. The name of the author may not be used to endorse or promote products * derived from this software without specific prior written permission. * |