summaryrefslogtreecommitdiff
path: root/lib/git/commit.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/git/commit.py')
-rw-r--r--lib/git/commit.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/git/commit.py b/lib/git/commit.py
index 591fb38b..b074d3a8 100644
--- a/lib/git/commit.py
+++ b/lib/git/commit.py
@@ -115,7 +115,7 @@ class Commit(LazyMixin):
is the ref from which to begin (SHA1 or name)
``path``
- is an optinal path
+ is an optional path
Returns
int
@@ -212,7 +212,7 @@ class Commit(LazyMixin):
git.Diff[]::
between tree and the index if only a is given
- between two trees if a and b are given and are commits
+ between two trees if a and b are given and are commits
"""
paths = paths or []