common/uilib.py
changeset 3369 7b88d12b4ee2
parent 3230 1d25e928c299
parent 3352 83aabc5e3de3
child 3418 7b49fa7e942d
--- a/common/uilib.py	Thu Sep 17 15:52:46 2009 +0200
+++ b/common/uilib.py	Tue Sep 22 12:11:12 2009 +0200
@@ -115,7 +115,7 @@
 try:
     from lxml import etree
 except (ImportError, AttributeError):
-    # gae environment: lxml not availabel
+    # gae environment: lxml not available
     pass
 else: