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/test/test_remote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/test/test_remote.py') diff --git a/git/test/test_remote.py b/git/test/test_remote.py index 4e06fbaf..ad9210f6 100644 --- a/git/test/test_remote.py +++ b/git/test/test_remote.py @@ -163,7 +163,7 @@ class TestRemote(TestBase): def _commit_random_file(self, repo): # Create a file with a random name and random data and commit it to repo. - # Return the commited absolute file path + # Return the committed absolute file path index = repo.index new_file = self._make_file(osp.basename(tempfile.mktemp()), str(random.random()), repo) index.add([new_file]) -- cgit v1.2.3