Skip to content

Commit 78bde92

Browse files
nafmogitster
authored andcommitted
i18n: read-cache: typofix
Signed-off-by: Peter Krefting <[email protected]> Signed-off-by: Jean-Noel Avila <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent c3027be commit 78bde92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

read-cache.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2372,7 +2372,7 @@ static int should_delete_shared_index(const char *shared_index_path)
23722372
if (!expiration)
23732373
return 0;
23742374
if (stat(shared_index_path, &st))
2375-
return error_errno(_("could not stat '%s"), shared_index_path);
2375+
return error_errno(_("could not stat '%s'"), shared_index_path);
23762376
if (st.st_mtime > expiration)
23772377
return 0;
23782378

0 commit comments

Comments
 (0)