Commit 66a6871d authored by Yuqiao Zeng's avatar Yuqiao Zeng
Browse files

Typo fix: File does not exist

parent f3d2beac
......@@ -70,7 +70,7 @@ int loadPath( DrawSVG* drawsvg, const char* path) {
// file exist?
if(stat(path, &st) < 0 ) {
msg("File does not exit: " << path);
msg("File does not exist: " << path);
return -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