From fec4a68cf9de222594583cf002fd1aea138ad50c Mon Sep 17 00:00:00 2001 From: Arthur Schreiber Date: Wed, 26 Aug 2015 23:08:03 +0200 Subject: [PATCH] Fix a typo [ci skip] --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dd4b3447..8f28cbf3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ v0.23 + 1 * `git_cert` descendent types now have a proper `parent` member -* It is the responsibility fo the refdb backend to decide what to do +* It is the responsibility of the refdb backend to decide what to do with the reflog on ref deletion. The file-based backend must delete it, a database-backed one may wish to archive it.