diff options
| author | christos <christos@NetBSD.org> | 2006-11-24 19:46:58 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2006-11-24 19:46:58 +0000 |
| commit | 1665d5e960b3e7de8012efaed3e66e671f24a2dc (patch) | |
| tree | 807ff6ea1e8e469b3e20584fd5e79a4a376a7843 /libexec | |
| parent | d8f5d5f0440cac425531b11e46b86429c83fad5f (diff) | |
fix spelling of accommodate; from Zapher.
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/telnetd/slc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/telnetd/slc.c b/libexec/telnetd/slc.c index 79f6fe6d5d9..346713c69f0 100644 --- a/libexec/telnetd/slc.c +++ b/libexec/telnetd/slc.c @@ -1,4 +1,4 @@ -/* $NetBSD: slc.c,v 1.14 2005/02/06 05:58:20 perry Exp $ */ +/* $NetBSD: slc.c,v 1.15 2006/11/24 19:46:58 christos Exp $ */ /* * Copyright (c) 1989, 1993 @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)slc.c 8.1 (Berkeley) 6/4/93"; #else -__RCSID("$NetBSD: slc.c,v 1.14 2005/02/06 05:58:20 perry Exp $"); +__RCSID("$NetBSD: slc.c,v 1.15 2006/11/24 19:46:58 christos Exp $"); #endif #endif /* not lint */ @@ -291,7 +291,7 @@ change_slc(int func, int flag, cc_t val) /* * If client is setting a function to NOSUPPORT * or DEFAULT, then we can easily and directly - * accomodate the request. + * accommodate the request. */ if (hislevel == SLC_NOSUPPORT) { slctab[func].current.flag = flag; |
