summaryrefslogtreecommitdiff
path: root/git/objects/util.py
diff options
context:
space:
mode:
Diffstat (limited to 'git/objects/util.py')
-rw-r--r--git/objects/util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/objects/util.py b/git/objects/util.py
index cefef862..567b1d5b 100644
--- a/git/objects/util.py
+++ b/git/objects/util.py
@@ -216,7 +216,7 @@ class ProcessStreamAdapter(object):
class Traversable(object):
- """Simple interface to perforam depth-first or breadth-first traversals
+ """Simple interface to perform depth-first or breadth-first traversals
into one direction.
Subclasses only need to implement one function.
Instances of the Subclass must be hashable"""