summaryrefslogtreecommitdiff
path: root/git/test/test_remote.py
diff options
context:
space:
mode:
Diffstat (limited to 'git/test/test_remote.py')
-rw-r--r--git/test/test_remote.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/git/test/test_remote.py b/git/test/test_remote.py
index 4fd78230..98d74d8b 100644
--- a/git/test/test_remote.py
+++ b/git/test/test_remote.py
@@ -164,11 +164,11 @@ class TestRemote(TestBase):
def get_info(res, remote, name):
return res["%s/%s" % (remote, name)]
- # put remote head to master as it is garantueed to exist
+ # put remote head to master as it is guaranteed to exist
remote_repo.head.reference = remote_repo.heads.master
res = fetch_and_test(remote)
- # all uptodate
+ # all up to date
for info in res:
assert info.flags & info.HEAD_UPTODATE