summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2001-01-04 21:37:12 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2001-01-04 21:37:12 +0000
commita8065711c2928c212e57fd0cd80708e15c56e5fc (patch)
tree3f5c5d22cb5eabbb4eae55693021dfbb40f49643
parent14b53759fa58332fe151d95fa04cac4d9c1d8b96 (diff)
spelling
-rw-r--r--include/arpa/telnet.h4
-rw-r--r--include/resolv.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/include/arpa/telnet.h b/include/arpa/telnet.h
index e2c26600491..470a155eb15 100644
--- a/include/arpa/telnet.h
+++ b/include/arpa/telnet.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: telnet.h,v 1.5 1997/09/21 10:46:04 niklas Exp $ */
+/* $OpenBSD: telnet.h,v 1.6 2001/01/04 21:36:58 todd Exp $ */
/* $NetBSD: telnet.h,v 1.4 1994/10/26 00:56:46 cgd Exp $ */
/*
@@ -216,7 +216,7 @@ char *telopts[NTELOPTS+1] = {
#define NSLC 30
/*
- * For backwards compatability, we define SLC_NAMES to be the
+ * For backwards compatibility, we define SLC_NAMES to be the
* list of names if SLC_NAMES is not defined.
*/
#define SLC_NAMELIST "0", "SYNCH", "BRK", "IP", "AO", "AYT", "EOR", \
diff --git a/include/resolv.h b/include/resolv.h
index a4d3b108508..c7d6715c62f 100644
--- a/include/resolv.h
+++ b/include/resolv.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: resolv.h,v 1.4 2000/06/22 07:31:18 itojun Exp $ */
+/* $OpenBSD: resolv.h,v 1.5 2001/01/04 21:37:11 todd Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -115,7 +115,7 @@
/*
* Resolver configuration file.
* Normally not present, but may contain the address of the
- * inital name server(s) to query and the domain search list.
+ * initial name server(s) to query and the domain search list.
*/
#ifndef _PATH_RESCONF