diff options
author | Michael Knudsen <mk@cvs.openbsd.org> | 2006-11-10 20:44:08 +0000 |
---|---|---|
committer | Michael Knudsen <mk@cvs.openbsd.org> | 2006-11-10 20:44:08 +0000 |
commit | 692f24d9c2b538d9e0cde74f8454eb56d16f2cb1 (patch) | |
tree | e1a99d139eb5134b33ce81199ed06d5ee5a88230 /libexec/identd/openbsd.c | |
parent | d52d2a91f8f9d50fb2d1808605d21183d18a3d90 (diff) |
`elminate' etc. is not really the right way to spell `eliminate'.
ok brad
Diffstat (limited to 'libexec/identd/openbsd.c')
-rw-r--r-- | libexec/identd/openbsd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/identd/openbsd.c b/libexec/identd/openbsd.c index 2d1d86c015f..37824401943 100644 --- a/libexec/identd/openbsd.c +++ b/libexec/identd/openbsd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: openbsd.c,v 1.20 2005/12/06 22:05:22 deraadt Exp $ */ +/* $OpenBSD: openbsd.c,v 1.21 2006/11/10 20:44:07 mk Exp $ */ /* * This program is in the public domain and may be used freely by anyone @@ -6,7 +6,7 @@ * * Please send bug fixes/bug reports to: Peter Eriksson <pen@lysator.liu.se> * - * This version elminates the kmem search in favour of a kernel sysctl to + * This version eliminates the kmem search in favour of a kernel sysctl to * get the user id associated with a connection - Bob Beck <beck@obtuse.com> */ |