summaryrefslogtreecommitdiff
path: root/cesar/maximus
diff options
context:
space:
mode:
authorCeline Buret2010-10-18 15:59:04 +0200
committerCeline Buret2010-10-18 15:59:04 +0200
commitf3b2c28e20321df13eb8e91b0520c2cd9004b81a (patch)
treeec2ee05503bf9fca8fdb282a21dd23ef7fdec3f7 /cesar/maximus
parentdfb2ec7fbe2fd9961b4e3aa4ed1f5e0dbbae703c (diff)
cesar/maximus/python/tools: typo correction in csi core
Diffstat (limited to 'cesar/maximus')
-rw-r--r--cesar/maximus/python/tools/csi/csicore.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cesar/maximus/python/tools/csi/csicore.py b/cesar/maximus/python/tools/csi/csicore.py
index d05d538cd6..7b37988982 100644
--- a/cesar/maximus/python/tools/csi/csicore.py
+++ b/cesar/maximus/python/tools/csi/csicore.py
@@ -352,7 +352,7 @@ class csiCore:
if self.__test.was_succeed ():
# Reset the transmission list.
self.__frames_recv = list ()
- self.__fremes_sent = list ()
+ self.__frames_sent = list ()
else:
log = open ('csi.log', 'w')