summaryrefslogtreecommitdiffstats
path: root/usr.bin/patch
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2015-10-21 05:37:09 +0000
committereadler <eadler@FreeBSD.org>2015-10-21 05:37:09 +0000
commit21a3003f8f5c49c0acbcb49462e5b221076076d0 (patch)
tree1149682a8773189b3c623000a582961e7e382c47 /usr.bin/patch
parent1cbd99f727ea8d812f6573b02f6255424be40284 (diff)
downloadFreeBSD-src-21a3003f8f5c49c0acbcb49462e5b221076076d0.zip
FreeBSD-src-21a3003f8f5c49c0acbcb49462e5b221076076d0.tar.gz
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
Diffstat (limited to 'usr.bin/patch')
-rw-r--r--usr.bin/patch/pch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/patch/pch.c b/usr.bin/patch/pch.c
index cae7bf4..0db459e 100644
--- a/usr.bin/patch/pch.c
+++ b/usr.bin/patch/pch.c
@@ -499,7 +499,7 @@ another_hunk(void)
LINENUM fillcnt; /* #lines of missing ptrn or repl */
LINENUM fillsrc; /* index of first line to copy */
LINENUM filldst; /* index of first missing line */
- bool ptrn_spaces_eaten; /* ptrn was slightly misformed */
+ bool ptrn_spaces_eaten; /* ptrn was slightly malformed */
bool repl_could_be_missing; /* no + or ! lines in this hunk */
bool repl_missing; /* we are now backtracking */
off_t repl_backtrack_position; /* file pos of first repl line */
OpenPOWER on IntegriCloud