Commit 126932eb0b3986784915acb4fab8f4137d162651

Edward Thomson 2015-08-26T17:08:35

Merge pull request #3399 from arthurschreiber/patch-8 Fix a typo [ci skip]

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5dd4b34..8f28cbf 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.