sobjects/cwxmlparser.py
changeset 8299 e5d636081571
parent 8239 c6cdd060212e
child 8409 79534887943e
--- a/sobjects/cwxmlparser.py	Mon Feb 27 17:02:31 2012 +0100
+++ b/sobjects/cwxmlparser.py	Tue Mar 13 14:11:40 2012 +0100
@@ -242,7 +242,7 @@
     def normalize_url(self, url):
         """overriden to add vid=xml"""
         url = super(CWEntityXMLParser, self).normalize_url(url)
-        if url.startswih('http'):
+        if url.startswith('http'):
             try:
                 url, qs = url.split('?', 1)
             except ValueError: