Unverified Commit bae9a254 authored by YUQIAO ZENG's avatar YUQIAO ZENG Committed by GitHub
Browse files

Merge pull request #6 from cmu462/yuqiao

Typo fix: File does not exist
parents f3d2beac 66a6871d
......@@ -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