From 16315b78124e6aef419de13235ed64bc2916ec29 Mon Sep 17 00:00:00 2001
From: Joey Hess <joeyh@joeyh.name>
Date: Mon, 14 Dec 2020 21:35:31 -0400
Subject: [PATCH] typo

---
 CHANGELOG | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CHANGELOG b/CHANGELOG
index adf76257ac..087c1f762a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -13,7 +13,7 @@ git-annex (8.20201128) UNRELEASED; urgency=medium
   * Support special remotes that are configured with importtree=yes but
     without exporttree=yes.
   * Guard against running in a repo where annex.uuid is set but
-    annex.version is set, or vice-versa.
+    annex.version is not set, or vice-versa.
   * Avoid autoinit when a repo does not have annex.version or annex.uuid
     set, but has a git-annex objects directory, suggesting it was used
     by git-annex before.