summaryrefslogtreecommitdiff
path: root/git/objects/util.py
diff options
context:
space:
mode:
authorKyle P. Johnson <kyle@kyle-p-johnson.com>2015-03-27 10:04:58 -0400
committerKyle P. Johnson <kyle@kyle-p-johnson.com>2015-03-27 10:04:58 -0400
commit21a6cb7336b61f904198f1d48526dcbe9cba6eec (patch)
tree044e266e5b18b0ae5e47845b725c318a51e1ab7e /git/objects/util.py
parent88f3dc2eb94e9e5ff8567be837baf0b90b354f35 (diff)
downloadgitpython-21a6cb7336b61f904198f1d48526dcbe9cba6eec.tar.gz
Fix typo
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"""