From 548ba1ab84935b80ee51b01d0ced1e0bff9514ab Mon Sep 17 00:00:00 2001 From: Alexander Bayandin Date: Tue, 16 Sep 2014 18:37:45 +0400 Subject: [PATCH] Fix typo --- pygit2/remote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygit2/remote.py b/pygit2/remote.py index f9a74fe..c544fd0 100644 --- a/pygit2/remote.py +++ b/pygit2/remote.py @@ -77,7 +77,7 @@ class Remote(object): Override this function with your own progress reporting function - :param str string: Progress otuput from the remote + :param str string: Progress output from the remote """ pass