# HG changeset patch # User Tim Gates # Date 1609157528 -39600 # Mon Dec 28 23:12:08 2020 +1100 # Node ID c6a277053e92e6c6a8564969a805863ba423d49a # Parent 2d8c5aca2b6ceaab2812826f14eb611c628a658a docs: fix simple typo, techically -> technically There is a small typo in dulwich/tests/test_missing_obj_finder.py. Should read `technically` rather than `techically`. diff --git a/dulwich/tests/test_missing_obj_finder.py b/dulwich/tests/test_missing_obj_finder.py --- a/dulwich/tests/test_missing_obj_finder.py +++ b/dulwich/tests/test_missing_obj_finder.py @@ -188,7 +188,7 @@ # have 3, want 7. Shall not report rev2 and its tree, because # haves(3) means has parents, i.e. rev2, too # BUT shall report any changes descending rev2 (excluding rev3) - # Shall NOT report f1_7 as it's techically == f1_2 + # Shall NOT report f1_7 as it's technically == f1_2 self.assertMissingMatch([self.cmt(3).id], [self.cmt(7).id], [ self.cmt(7).id, self.cmt(6).id, self.cmt(4).id, self.cmt(7).tree, self.cmt(6).tree, self.cmt(4).tree,