From bc530e457eb8e997c42c46660cf3edad26fac41e Mon Sep 17 00:00:00 2001 From: Harlan Lieberman-Berg Date: Sat, 22 Aug 2015 02:51:24 +0200 Subject: [PATCH] Fix minor misspelling error. --- acme/acme/jose/jws.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acme/acme/jose/jws.py b/acme/acme/jose/jws.py index 7ecc87bf2..392a2f074 100644 --- a/acme/acme/jose/jws.py +++ b/acme/acme/jose/jws.py @@ -54,7 +54,7 @@ class Header(json_util.JSONObjectWithFields): the "crit" (Critical) Header Parameter (4.1.11) and as a conforming implementation, :meth:`from_json` treats its occurence as an error. Please subclass if you seek for - a diferent behaviour. + a different behaviour. :ivar x5tS256: "x5t#S256" :ivar str typ: MIME Media Type, inc. :const:`MediaType.PREFIX`.