From 9aaaa83c44d5d23565e982a705d483c656e6c157 Mon Sep 17 00:00:00 2001 From: Tanner Netterville Date: Wed, 15 Jul 2015 10:54:00 -0500 Subject: Fix typo --- git/repo/fun.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git') 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 -- cgit v1.2.1