launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #28141
[Merge] ~jugmac00/launchpad:fix-typo-in-libraryfilealias into launchpad:master
Jürgen Gmach has proposed merging ~jugmac00/launchpad:fix-typo-in-libraryfilealias into launchpad:master.
Commit message:
Fix typo
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/415857
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~jugmac00/launchpad:fix-typo-in-libraryfilealias into launchpad:master.
diff --git a/lib/lp/services/librarian/tests/test_libraryfilealias.py b/lib/lp/services/librarian/tests/test_libraryfilealias.py
index f376b9f..62a79f1 100644
--- a/lib/lp/services/librarian/tests/test_libraryfilealias.py
+++ b/lib/lp/services/librarian/tests/test_libraryfilealias.py
@@ -27,7 +27,7 @@ class TestLibraryFileAlias(unittest.TestCase):
self.file_alias = getUtility(ILibraryFileAliasSet).create(
'content.txt', len(self.text_content),
io.BytesIO(self.text_content), 'text/plain')
- # Make it posssible to retrieve the content from the Librarian.
+ # Make it possible to retrieve the content from the Librarian.
transaction.commit()
def tearDown(self):