Fix typo in comment.

This commit is contained in:
Walter Dörwald 2004-11-25 12:23:23 +00:00
parent 4fd38b3f77
commit f7f9b6cb2d

View file

@ -32,7 +32,7 @@
try:
v = _xmlplus.version_info
except AttributeError:
# _xmlplue is too old; ignore it
# _xmlplus is too old; ignore it
pass
else:
if v >= _MINIMUM_XMLPLUS_VERSION: