diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-11-14 19:54:11 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-11-14 19:54:11 +0000 |
commit | 3e8637c2f93922ed7f747037bdcee4f21ad2b9d7 (patch) | |
tree | 85ab3d4f0420dcefbcfc00f2139e2245c30c0a4d /usr.bin | |
parent | e5ce9e85b7cf0e7f803b9989575743a3ee67bc7d (diff) |
constuct -> construct
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/patch/inp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/patch/inp.c b/usr.bin/patch/inp.c index b77cf530f6c..5a196a40112 100644 --- a/usr.bin/patch/inp.c +++ b/usr.bin/patch/inp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: inp.c,v 1.32 2004/08/05 21:47:24 deraadt Exp $ */ +/* $OpenBSD: inp.c,v 1.33 2005/11/14 19:54:10 miod Exp $ */ /* * patch - a program to apply diffs to original files @@ -27,7 +27,7 @@ */ #ifndef lint -static const char rcsid[] = "$OpenBSD: inp.c,v 1.32 2004/08/05 21:47:24 deraadt Exp $"; +static const char rcsid[] = "$OpenBSD: inp.c,v 1.33 2005/11/14 19:54:10 miod Exp $"; #endif /* not lint */ #include <sys/types.h> @@ -95,7 +95,7 @@ re_input(void) } } -/* Constuct the line index, somehow or other. */ +/* Construct the line index, somehow or other. */ void scan_input(const char *filename) |