Skip to content

Commit 5134b2d

Browse files
authored
Merge pull request #2391 from lunbun/typo-gix-fs-dir-create
fix: correct typo in error message for gix-fs directory creation
2 parents fa85ed3 + cf83ab4 commit 5134b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gix-fs/src/dir/create.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ mod error {
5252
match self {
5353
Error::Intermediate { dir, kind } => write!(
5454
f,
55-
"Intermediae failure creating {:?} with error: {:?}",
55+
"Intermediate failure creating {:?} with error: {:?}",
5656
dir.display(),
5757
kind
5858
),

0 commit comments

Comments
 (0)