From 2557d0ae6ff0336b041129b7bf5c1e3a8c20a805 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Thu, 8 Nov 2018 12:34:27 +0700 Subject: spelling: fix misspellings Signed-off-by: Daniel Kahn Gillmor --- lang/python/tests/t-quick-key-manipulation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/python/tests') diff --git a/lang/python/tests/t-quick-key-manipulation.py b/lang/python/tests/t-quick-key-manipulation.py index 0cfaa9d1..73dce16d 100755 --- a/lang/python/tests/t-quick-key-manipulation.py +++ b/lang/python/tests/t-quick-key-manipulation.py @@ -82,7 +82,7 @@ with support.EphemeralContext() as ctx: # try to revoke a non-existent UID try: - ctx.key_revoke_uid(key, "i dont exist") + ctx.key_revoke_uid(key, "i don't exist") # IMHO this should fail. issue2963. # assert False, "Expected an error but got none" except gpg.errors.GpgError: -- cgit v1.2.3