From d07d0b2139a3f2f62acf1af2f009162b13135e56 Mon Sep 17 00:00:00 2001 From: Vladimir Diaz Date: Mon, 16 Dec 2013 15:00:02 -0500 Subject: [PATCH] Fix typo --- tuf/formats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tuf/formats.py b/tuf/formats.py index 9f794621..69695a9e 100755 --- a/tuf/formats.py +++ b/tuf/formats.py @@ -276,7 +276,7 @@ # A dict where the dict keys hold a keyid and the dict values a key object. KEYDICT_SCHEMA = SCHEMA.DictOf( key_schema = KEYID_SCHEMA, - value_schekma = KEY_SCHEMA) + value_schema = KEY_SCHEMA) # The format used by the key database to store keys. The dict keys hold a key # identifier and the dict values any object. The key database should store