We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71af366 commit 944d0f4Copy full SHA for 944d0f4
git-repository/src/init.rs
@@ -21,7 +21,7 @@ quick_error! {
21
display("Refusing to initialize the existing '{}' directory", path.display())
22
}
23
CreateDirectory(err: std::io::Error, path: PathBuf) {
24
- display("Cold not create directory at '{}'", path.display())
+ display("Could not create directory at '{}'", path.display())
25
source(err)
26
27
0 commit comments