diff -r 2a4bc6f75e9c -r e5d636081571 sobjects/cwxmlparser.py --- 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: