summaryrefslogtreecommitdiffstats
path: root/usr.bin/indent/parse.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/parse.c
parent064bebe6d3d4f05ecc20524571d6bc4519997bd5 (diff)
downloadFreeBSD-src-1e67ecad50f463bed6a712df9a25865e9a8bc358.zip
FreeBSD-src-1e67ecad50f463bed6a712df9a25865e9a8bc358.tar.gz
Spelling
Diffstat (limited to 'usr.bin/indent/parse.c')
-rw-r--r--usr.bin/indent/parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/indent/parse.c b/usr.bin/indent/parse.c
index d83176a..3711a32 100644
--- a/usr.bin/indent/parse.c
+++ b/usr.bin/indent/parse.c
@@ -168,7 +168,7 @@ parse(int tk) /* tk: the code for the construct scanned */
ps.p_stack[ps.tos] = stmt;
}
else
- diag2(1, "Stmt nesting error.");
+ diag2(1, "Statement nesting error.");
break;
case swstmt: /* had switch (...) */
OpenPOWER on IntegriCloud