fix the typo
authorS.Çağlar Onur <caglar@cs.princeton.edu>
Thu, 1 Jul 2010 20:47:13 +0000 (20:47 +0000)
committerS.Çağlar Onur <caglar@cs.princeton.edu>
Thu, 1 Jul 2010 20:47:13 +0000 (20:47 +0000)
plugins/codemux.py

index 02a8336..6ac314d 100644 (file)
@@ -58,7 +58,7 @@ def GetSlivers(data, config, plc = None):
                         # Check if new or needs updating
                         if (sliver['name'] not in slicesinconf.keys()) \
                         or (params not in slicesinconf.get(sliver['name'], [])):
-                            logger.log("codemux:  Updaiting slice %s using %s" % \
+                            logger.log("codemux:  Updating slice %s using %s" % \
                                 (sliver['name'], params['host']))
                             #  Toggle write.
                             _writeconf = True