summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2015-07-15 17:58:20 +0200
committerSebastian Thiel <byronimo@gmail.com>2015-07-15 17:58:20 +0200
commit6ee9751d4e9e9526dbe810b280a4b95a43105ec9 (patch)
treee6c6656bda83999bf2d199f4f9e9ae0046cbfd98
parentc5e4334f38dce4cf02db5f11a6e5844f3a7c785c (diff)
parent9aaaa83c44d5d23565e982a705d483c656e6c157 (diff)
downloadgitpython-6ee9751d4e9e9526dbe810b280a4b95a43105ec9.tar.gz
Merge pull request #313 from rennat/patch-1
Fix typo
-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