diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2022-12-26 19:16:05 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2022-12-26 19:16:05 +0000 |
commit | ba88fc458a6035cb369aafc8667bade7da573b6b (patch) | |
tree | 394d099e791ff5398b95266a1d3bdf8c5e6b82bc /usr.bin/indent/indent.c | |
parent | 21387508cf29cf6c632d139f76994a8bbd51b838 (diff) |
spelling fixes; from paul tagliamonte
amendments to his diff are noted on tech
Diffstat (limited to 'usr.bin/indent/indent.c')
-rw-r--r-- | usr.bin/indent/indent.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/indent/indent.c b/usr.bin/indent/indent.c index adb77a3dbcb..8679c11bd48 100644 --- a/usr.bin/indent/indent.c +++ b/usr.bin/indent/indent.c @@ -1,4 +1,4 @@ -/* $OpenBSD: indent.c,v 1.32 2021/01/26 18:21:25 deraadt Exp $ */ +/* $OpenBSD: indent.c,v 1.33 2022/12/26 19:16:01 jmc Exp $ */ /* * Copyright (c) 1980, 1993 @@ -474,7 +474,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; |