From: Tony Mack Date: Tue, 1 Sep 2009 01:19:20 +0000 (+0000) Subject: fix typo X-Git-Tag: sfa-0.9-1~39 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=35cf792a57a2e5680340ec3ff6a8c934059d523c;hp=0715f332c80afc5c020f825e5166f2261374cdde;p=sfa.git fix typo --- diff --git a/sfa/methods/register.py b/sfa/methods/register.py index cf4ae3f3..a27cedfd 100644 --- a/sfa/methods/register.py +++ b/sfa/methods/register.py @@ -51,7 +51,7 @@ class register(Method): pkey = Keypair(create=True) if 'key' in record and record['key']: if isinstance(record['key'], list): - pub_key = reocrd['key'][0] + pub_key = record['key'][0] else: pub_key = record['key'] pkey = convert_public_key(pub_key)