Skip to content

Commit 78bde92

Browse files
nafmogitster
authored andcommitted
i18n: read-cache: typofix
Signed-off-by: Peter Krefting <peter@softwolves.pp.se> Signed-off-by: Jean-Noel Avila <jn.avila@free.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent c3027be commit 78bde92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)