Commit ed4fad06 authored by Davis King's avatar Davis King

Fixed spelling error in comment.

parent 119370f8
...@@ -47,7 +47,7 @@ namespace dlib ...@@ -47,7 +47,7 @@ namespace dlib
string::size_type pos = state->full_name.find_last_of(directory::get_separator()); string::size_type pos = state->full_name.find_last_of(directory::get_separator());
if (pos == string::npos) if (pos == string::npos)
{ {
// no valid full path has no separtor characters. // no valid full path has no separator characters.
throw file_not_found("Unable to find file " + name); throw file_not_found("Unable to find file " + name);
} }
state->name = state->full_name.substr(pos+1); state->name = state->full_name.substr(pos+1);
......
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