From: Tony Mack Date: Tue, 15 Dec 2009 18:38:44 +0000 (+0000) Subject: fix spelling error in interfaces list X-Git-Tag: sfa-0.9-7~121 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=973b7d06546a57f2ae76a00dee2fdd9257d0129a;p=sfa.git fix spelling error in interfaces list --- diff --git a/sfa/methods/start_slice.py b/sfa/methods/start_slice.py index 717c7da6..5ba53d4c 100644 --- a/sfa/methods/start_slice.py +++ b/sfa/methods/start_slice.py @@ -17,7 +17,7 @@ class start_slice(Method): @return 1 is successful, faults otherwise """ - interfaces = ['aggregate', 'slicemgr', 'comonent'] + interfaces = ['aggregate', 'slicemgr', 'component'] accepts = [ Parameter(str, "Credential string"),