| Index: git_common.py
|
| diff --git a/git_common.py b/git_common.py
|
| index 0fd1e7f6cba8dbae78b8b28e34f21903296465a3..162cc8514d3bceb0fe6a67938628636f1080716d 100644
|
| --- a/git_common.py
|
| +++ b/git_common.py
|
| @@ -900,7 +900,7 @@ def tree(treeref, recurse=False):
|
|
|
| Args:
|
| treeref (str) - a git ref which resolves to a tree (commits count as trees).
|
| - recurse (bool) - include all of the tree's decendants too. File names will
|
| + recurse (bool) - include all of the tree's descendants too. File names will
|
| take the form of 'some/path/to/file'.
|
|
|
| Return format:
|
|
|