summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--git/repo/fun.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/repo/fun.py b/git/repo/fun.py
index 1d551f04..049800b9 100644
--- a/git/repo/fun.py
+++ b/git/repo/fun.py
@@ -121,7 +121,7 @@ def name_to_object(repo, name, return_ref=False):
def deref_tag(tag):
- """Recursively dereerence a tag and return the resulting object"""
+ """Recursively dereference a tag and return the resulting object"""
while True:
try:
tag = tag.object