From f76ac72459889de0c2d93f8f68a904e21973b3bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Thu, 9 Dec 2010 00:09:51 +0000 Subject: [PATCH] * Fixed a typo. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39782 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/servers/net/DHCPClient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/servers/net/DHCPClient.cpp b/src/servers/net/DHCPClient.cpp index 24c5936fde..450e75daa9 100644 --- a/src/servers/net/DHCPClient.cpp +++ b/src/servers/net/DHCPClient.cpp @@ -469,7 +469,7 @@ DHCPClient::_Negotiate(dhcp_state state) BNetworkAddress local; local.SetToWildcard(AF_INET, DHCP_CLIENT_PORT); - // Enable reusing the port . This is needed in case there is more + // Enable reusing the port. This is needed in case there is more // than 1 interface that needs to be configured. Note that the only reason // this works is because there is code below to bind to a specific // interface.