Skip to content

Commit

Permalink
Fix typo in log message
Browse files Browse the repository at this point in the history
Fix grammar.
  • Loading branch information
krish7919 authored and AGWA committed May 2, 2019
1 parent 546664f commit 549ce4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands.cpp
Expand Up @@ -1171,7 +1171,7 @@ int lock (int argc, const char** argv)
}
if (!git_checkout(encrypted_files)) {
std::clog << "Error: 'git checkout' failed" << std::endl;
std::clog << "git-crypt has been locked but up but existing decrypted files have not been encrypted" << std::endl;
std::clog << "git-crypt has been locked up but existing decrypted files have not been encrypted" << std::endl;
return 1;
}

Expand Down

0 comments on commit 549ce4a

Please sign in to comment.