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>
This commit is contained in:
parent
c3027be9d1
commit
78bde923f1
@ -2372,7 +2372,7 @@ static int should_delete_shared_index(const char *shared_index_path)
|
|||||||
if (!expiration)
|
if (!expiration)
|
||||||
return 0;
|
return 0;
|
||||||
if (stat(shared_index_path, &st))
|
if (stat(shared_index_path, &st))
|
||||||
return error_errno(_("could not stat '%s"), shared_index_path);
|
return error_errno(_("could not stat '%s'"), shared_index_path);
|
||||||
if (st.st_mtime > expiration)
|
if (st.st_mtime > expiration)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user