summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-04-09 09:14:59 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-04-09 09:14:59 +0000
commit809854bfc624b9f52a7c9d85901e611046c5edd8 (patch)
treef51d256786e3178e78bfe865e69041f8f716dbbd /sbin
parent5bded88db3d9a585bb2660ac2e5737474d4d2766 (diff)
incorrect apostrophe (in comment);
Diffstat (limited to 'sbin')
-rw-r--r--sbin/dhclient/dhclient-script4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/dhclient/dhclient-script b/sbin/dhclient/dhclient-script
index 3a6ac1877f0..9d4489ea5f7 100644
--- a/sbin/dhclient/dhclient-script
+++ b/sbin/dhclient/dhclient-script
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $OpenBSD: dhclient-script,v 1.6 2004/05/06 18:22:41 claudio Exp $
+# $OpenBSD: dhclient-script,v 1.7 2005/04/09 09:14:58 jmc Exp $
#
# Copyright (c) 2003 Kenneth R Westerback <krw@openbsd.org>
#
@@ -96,7 +96,7 @@ add_new_routes() {
add_new_resolv_conf() {
# XXX Old code did not create/update resolv.conf unless both
# $new_domain_name and $new_domain_name_servers were provided. PR
- # #3135 reported some ISP's only provide $new_domain_name_servers and
+ # #3135 reported some ISPs only provide $new_domain_name_servers and
# thus broke the script. This code creates the resolv.conf if either
# are provided.