Skip to content

Commit 944d0f4

Browse files
bnbeckwithByron
authored andcommitted
Spelling fix in error message
'Cold' => 'Could'
1 parent 71af366 commit 944d0f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-repository/src/init.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ quick_error! {
2121
display("Refusing to initialize the existing '{}' directory", path.display())
2222
}
2323
CreateDirectory(err: std::io::Error, path: PathBuf) {
24-
display("Cold not create directory at '{}'", path.display())
24+
display("Could not create directory at '{}'", path.display())
2525
source(err)
2626
}
2727
}

0 commit comments

Comments
 (0)