typo
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 19 Jan 2012 17:29:05 +0000 (18:29 +0100)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 19 Jan 2012 17:29:05 +0000 (18:29 +0100)
sfa/methods/CreateSliver.py

index 0e944ac..2797489 100644 (file)
@@ -40,7 +40,7 @@ class CreateSliver(Method):
 
         # make sure users info is specified
         if not users:
-            msg = "'users' musst be specified and cannot be null. You may need to update your client." 
+            msg = "'users' must be specified and cannot be null. You may need to update your client." 
             raise SfaInvalidArgument(name='users', extra=msg)  
 
         # flter rspec through sfatables