From 41ef5b8a59eb8c30342755589c6528768e859783 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=2E=C3=87a=C4=9Flar=20Onur?= Date: Thu, 1 Jul 2010 20:47:13 +0000 Subject: [PATCH] fix the typo --- plugins/codemux.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/codemux.py b/plugins/codemux.py index 02a8336..6ac314d 100644 --- a/plugins/codemux.py +++ b/plugins/codemux.py @@ -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 -- 2.43.0