Commit fe3e86a1 authored by Davis King's avatar Davis King

Fixed spelling error

parent 70b885eb
......@@ -104,7 +104,7 @@ void print_as_np_array(std::ostream& out, const matrix_exp<EXP>& m)
// ----------------------------------------------------------------------------------------
void convert_dlib_xml_to_cafffe_python_code(
void convert_dlib_xml_to_caffe_python_code(
const string& xml_filename
)
{
......@@ -400,7 +400,7 @@ int main(int argc, char** argv) try
}
for (int i = 1; i < argc; ++i)
convert_dlib_xml_to_cafffe_python_code(argv[i]);
convert_dlib_xml_to_caffe_python_code(argv[i]);
return 0;
}
......
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