Revision: 4282
Author: pekka.klarck
Date: Thu Nov 11 09:24:29 2010
Log: typo
http://code.google.com/p/robotframework/source/detail?r=4282
Modified:
/trunk/src/robot/utils/domwrapper.py
=======================================
--- /trunk/src/robot/utils/domwrapper.py Thu Nov 11 08:48:32 2010
+++ /trunk/src/robot/utils/domwrapper.py Thu Nov 11 09:24:29 2010
@@ -21,7 +21,7 @@
except ImportError:
try:
import xml.etree.ElementTree as ET
- # Raises ImportError due to missing expact on IronPython by
default
+ # Raises ImportError due to missing expat on IronPython by
default
ET.parse(StringIO('<test/>'))
except ImportError:
try: