Fixed a spelling error.

This commit is contained in:
Davis King 2011-05-26 16:52:55 -04:00
parent 9bb3b5e15a
commit b1eb8aa175
1 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,7 @@ namespace dlib
else if (status == OTHER_ERROR)
{
throw dlib::socket_error(
"error occurred in server_kernel_1::start()\nunable to crate listener"
"error occurred in server_kernel_1::start()\nunable to create listener"
);
}