spelling
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Fri, 9 Mar 2012 22:02:48 +0000 (17:02 -0500)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Fri, 9 Mar 2012 22:02:48 +0000 (17:02 -0500)
sfa/clientbin/sfaadmin.py

index 2bf1d0c..8d6975b 100755 (executable)
@@ -126,7 +126,7 @@ class RegistryCommands(Commands):
                     os.unlink(path)
         
     
-class CerficiateCommands(Commands):
+class CertCommands(Commands):
     
     def import_gid(self, xrn):
         pass
@@ -238,7 +238,7 @@ class SliceManagerCommands(AggregateCommands):
         self.api= Generic.the_flavour().make_api(interface='slicemgr')
 
 
-CATEGORIES = {'cert': CertificateCommands,
+CATEGORIES = {'cert': CertCommands,
               'registry': RegistryCommands,
               'aggregate': AggregateCommands,
               'slicemgr': SliceManagerCommands}