summaryrefslogtreecommitdiffstats
path: root/usr.bin/indent/indent.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2002-10-16 13:58:39 +0000
committercharnier <charnier@FreeBSD.org>2002-10-16 13:58:39 +0000
commit1e67ecad50f463bed6a712df9a25865e9a8bc358 (patch)
treeb946b436bb18947c3d5c0882d9b37b18490f7d84 /usr.bin/indent/indent.c
parent064bebe6d3d4f05ecc20524571d6bc4519997bd5 (diff)
downloadFreeBSD-src-1e67ecad50f463bed6a712df9a25865e9a8bc358.zip
FreeBSD-src-1e67ecad50f463bed6a712df9a25865e9a8bc358.tar.gz
Spelling
Diffstat (limited to 'usr.bin/indent/indent.c')
-rw-r--r--usr.bin/indent/indent.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/indent/indent.c b/usr.bin/indent/indent.c
index 82dad36..62a82d0 100644
--- a/usr.bin/indent/indent.c
+++ b/usr.bin/indent/indent.c
@@ -84,7 +84,7 @@ main(int argc, char **argv)
int i; /* local loop counter */
int scase; /* set to true when we see a case, so we will
* know what to do with the following colon */
- int sp_sw; /* when true, we are in the expressin of
+ int sp_sw; /* when true, we are in the expression of
* if(...), while(...), etc. */
int squest; /* when this is positive, we have seen a ?
* without the matching : in a <c>?<s>:<s>
@@ -359,7 +359,7 @@ main(int argc, char **argv)
fill_buffer();
break;
}
- default: /* it is the start of a normal statment */
+ default: /* it is the start of a normal statement */
if (flushed_nl) /* if we flushed a newline, make sure it is
* put back */
force_nl = true;
@@ -1104,7 +1104,7 @@ check_type:
*/
if (match_state[ifdef_level].tos >= 0
&& bcmp(&ps, &match_state[ifdef_level], sizeof ps))
- diag2(0, "Syntactically inconsistant #ifdef alternatives.");
+ diag2(0, "Syntactically inconsistent #ifdef alternatives.");
#endif
}
if (blanklines_around_conditional_compilation) {
OpenPOWER on IntegriCloud