common/uilib.py
branchstable
changeset 3352 83aabc5e3de3
parent 3212 07d11bacfefe
child 3369 7b88d12b4ee2
child 4212 ab6573088b4a
--- a/common/uilib.py	Mon Sep 21 18:49:38 2009 +0200
+++ b/common/uilib.py	Mon Sep 21 19:16:10 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: