diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2004-11-29 06:20:04 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2004-11-29 06:20:04 +0000 |
commit | e4173539d675b3c69b75655a81a011021a1b6e5c (patch) | |
tree | f259b1724785e10073fd33c49dd61700a4b7aaba /usr.bin/indent | |
parent | 1c9652681119cffbc7e6c4c88cb8b22241b0981f (diff) |
Spell precede correctly.
'looks fine' millert@, krw@. ok jmc@
Diffstat (limited to 'usr.bin/indent')
-rw-r--r-- | usr.bin/indent/indent.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/indent/indent.c b/usr.bin/indent/indent.c index 15c5f13b0b6..49642d0c5fd 100644 --- a/usr.bin/indent/indent.c +++ b/usr.bin/indent/indent.c @@ -1,4 +1,4 @@ -/* $OpenBSD: indent.c,v 1.17 2003/06/26 21:43:07 deraadt Exp $ */ +/* $OpenBSD: indent.c,v 1.18 2004/11/29 06:20:03 jsg Exp $ */ /* * Copyright (c) 1980, 1993 @@ -43,7 +43,7 @@ char copyright[] = #ifndef lint /*static char sccsid[] = "@(#)indent.c 5.17 (Berkeley) 6/7/93";*/ -static char rcsid[] = "$OpenBSD: indent.c,v 1.17 2003/06/26 21:43:07 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: indent.c,v 1.18 2004/11/29 06:20:03 jsg Exp $"; #endif /* not lint */ #include <sys/param.h> @@ -762,7 +762,7 @@ check_type: if (ps.in_parameter_declaration) prefix_blankline_requested = 0; - if (ps.p_l_follow > 0) { /* check for preceeding unbalanced + if (ps.p_l_follow > 0) { /* check for preceding unbalanced * parens */ diag(1, "Unbalanced parens"); ps.p_l_follow = 0; |