From 8dffba51b4fd88f7d26a43cf6d1fbbe3cdb9f44d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Thu, 9 Mar 2017 11:35:14 +0200 Subject: Spelling fixes --- git/objects/commit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/objects/commit.py') diff --git a/git/objects/commit.py b/git/objects/commit.py index 042379a8..f29fbaa2 100644 --- a/git/objects/commit.py +++ b/git/objects/commit.py @@ -168,7 +168,7 @@ class Commit(base.Object, Iterable, Diffable, Traversable, Serializable): :param kwargs: Additional options to be passed to git-rev-list. They must not alter - the ouput style of the command, or parsing will yield incorrect results + the output style of the command, or parsing will yield incorrect results :return: int defining the number of reachable commits""" # yes, it makes a difference whether empty paths are given or not in our case # as the empty paths version will ignore merge commits for some reason. -- cgit v1.2.1