summaryrefslogtreecommitdiff
path: root/git/refs/reference.py
diff options
context:
space:
mode:
Diffstat (limited to 'git/refs/reference.py')
-rw-r--r--git/refs/reference.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/refs/reference.py b/git/refs/reference.py
index cc99dc26..734ed8b9 100644
--- a/git/refs/reference.py
+++ b/git/refs/reference.py
@@ -20,7 +20,7 @@ def require_remote_ref_path(func):
# END wrapper
wrapper.__name__ = func.__name__
return wrapper
-#}END utilites
+#}END utilities
class Reference(SymbolicReference, LazyMixin, Iterable):