← Back to team overview

duplicity-team team mailing list archive

[Merge] lp:~hooloovoo/duplicity/fix-typo-in-test-description into lp:duplicity

 

Aaron Whitehouse has proposed merging lp:~hooloovoo/duplicity/fix-typo-in-test-description into lp:duplicity.

Requested reviews:
  duplicity-team (duplicity-team)

For more details, see:
https://code.launchpad.net/~hooloovoo/duplicity/fix-typo-in-test-description/+merge/240361

Fixing spelling mistake/typo in a description of a test.
-- 
https://code.launchpad.net/~hooloovoo/duplicity/fix-typo-in-test-description/+merge/240361
Your team duplicity-team is requested to review the proposed merge of lp:~hooloovoo/duplicity/fix-typo-in-test-description into lp:duplicity.
=== modified file 'testing/functional/test_final.py'
--- testing/functional/test_final.py	2014-04-20 05:58:47 +0000
+++ testing/functional/test_final.py	2014-11-01 18:00:09 +0000
@@ -87,7 +87,7 @@
                               restore_options = restore_options)
 
     def test_asym_with_hidden_recipient_cycle(self):
-        """Like test_basic_cycle but use asymmetric encryption (hidding key id) and signing"""
+        """Like test_basic_cycle but use asymmetric encryption (hiding key id) and signing"""
         backup_options = ["--hidden-encrypt-key", self.encrypt_key1,
                           "--sign-key", self.sign_key]
         restore_options = ["--hidden-encrypt-key", self.encrypt_key1,


Follow ups