Commit 46779411 by Russell Belfer

fix typo

parent ae99f5e2
......@@ -435,7 +435,7 @@ int git_clone(
/* Only clone to a new directory or an empty directory */
if (git_path_exists(local_path) && !git_path_is_empty_dir(local_path)) {
giterr_set(GITERR_INVALID,
"'%s' exists and is not an empty directory", path);
"'%s' exists and is not an empty directory", local_path);
return GIT_ERROR;
}
......
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