From 81744df9e4a109e33743825be6493cffe3026e09 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 24 Jan 2014 12:25:23 -0600 Subject: Typo fix --- cryptography/hazmat/backends/commoncrypto/backend.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cryptography/hazmat/backends/commoncrypto/backend.py b/cryptography/hazmat/backends/commoncrypto/backend.py index ebb834cb..4e70cab5 100644 --- a/cryptography/hazmat/backends/commoncrypto/backend.py +++ b/cryptography/hazmat/backends/commoncrypto/backend.py @@ -200,8 +200,8 @@ class Backend(object): ) else: raise InternalError( - "The backend returned an unkown error, consider filing a bug. " - "Code: {0}.".format(response) + "The backend returned an unknown error, consider filing a bug." + " Code: {0}.".format(response) ) -- cgit v1.2.3