From 1287f69b42fa7d6b9d65abfef80899b22edfef55 Mon Sep 17 00:00:00 2001 From: Jonas Trappenberg Date: Tue, 20 Jan 2015 21:47:07 -0800 Subject: Fix some typos --- git/remote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/remote.py') diff --git a/git/remote.py b/git/remote.py index fcec5228..c176b43b 100644 --- a/git/remote.py +++ b/git/remote.py @@ -354,7 +354,7 @@ class Remote(LazyMixin, Iterable): # that it has the config_writer property, but instead calls __getattr__ # which will not yield the expected results. 'pinging' the members # with a dir call creates the config_writer property that we require - # ... bugs like these make me wonder wheter python really wants to be used + # ... bugs like these make me wonder whether python really wants to be used # for production. It doesn't happen on linux though. dir(self) # END windows special handling -- cgit v1.2.3