aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/indent/indent.1
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2015-10-21 05:37:09 +0000
committerEitan Adler <eadler@FreeBSD.org>2015-10-21 05:37:09 +0000
commit463a577b274c9523cb72f534d42e7efa4d8e1c3d (patch)
tree1149682a8773189b3c623000a582961e7e382c47 /usr.bin/indent/indent.1
parentd82fd861a14a622047697f4a04f642ef6176b961 (diff)
downloadsrc-463a577b274c9523cb72f534d42e7efa4d8e1c3d.tar.gz
src-463a577b274c9523cb72f534d42e7efa4d8e1c3d.zip
Fix a ton of speelling errors
arc lint is helpful Reviewed By: allanjude, wblock, #manpages, chris@bsdjunk.com Differential Revision: https://reviews.freebsd.org/D3337
Notes
Notes: svn path=/head/; revision=289677
Diffstat (limited to 'usr.bin/indent/indent.1')
-rw-r--r--usr.bin/indent/indent.12
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/indent/indent.1 b/usr.bin/indent/indent.1
index 160355c8db3c..60ae0bce7adb 100644
--- a/usr.bin/indent/indent.1
+++ b/usr.bin/indent/indent.1
@@ -518,7 +518,7 @@ The
utility understands a substantial amount about the syntax of C, but it
has a `forgiving' parser.
It attempts to cope with the usual sorts of
-incomplete and misformed syntax.
+incomplete and malformed syntax.
In particular, the use of macros like:
.Pp
.Dl #define forever for(;;)