Skip to content

Commit 3eac69d

Browse files
committed
Merge branch 'dh/mingw-ownership-check-typofix'
Error message typofix. * dh/mingw-ownership-check-typofix: mingw: fix typo in an error message from ownership check
2 parents 1f9b02b + 4eb1cce commit 3eac69d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compat/mingw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2752,7 +2752,7 @@ int is_path_owned_by_current_sid(const char *path, struct strbuf *report)
27522752
/*
27532753
* On FAT32 volumes, ownership is not actually recorded.
27542754
*/
2755-
strbuf_addf(report, "'%s' is on a file system that does"
2755+
strbuf_addf(report, "'%s' is on a file system that does "
27562756
"not record ownership\n", path);
27572757
} else if (report) {
27582758
LPSTR str1, str2, to_free1 = NULL, to_free2 = NULL;

0 commit comments

Comments
 (0)