From 0fb551053b000ae74aeee0dfb6d1cd70276f4334 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 8 Mar 2024 14:59:54 -0400 Subject: [PATCH] fix comment --- Database/Keys.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Database/Keys.hs b/Database/Keys.hs index 9f78578c12..788bf0a842 100644 --- a/Database/Keys.hs +++ b/Database/Keys.hs @@ -352,7 +352,7 @@ reconcileStaged dbisnew qh = ifM isBareRepo , Param "-z" , Param "--no-abbrev" -- Optimization: Limit to pointer files and annex symlinks. - -- This is not perfect. A file could contain with this and not + -- This is not perfect. A file could contain this and not -- be a pointer file. And a pointer file that is replaced with -- a non-pointer file will match this. This is only a -- prefilter so that's ok.