Commit 7e09a085 authored by Davis King's avatar Davis King

Fixed spelling error in comment.

parent c7c8aff6
......@@ -265,7 +265,7 @@ namespace dlib
hostent* address;
unsigned long ipnum = inet_addr(ip.c_str());
// if inet_addr coudln't convert ip then return an error
// if inet_addr couldn't convert ip then return an error
if (ipnum == INADDR_NONE)
{
return OTHER_ERROR;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment