Fix the spelling.

This commit is contained in:
Chris Johns 2013-02-27 12:26:42 +11:00
parent b366c7536c
commit 87118b9de2

View File

@ -360,7 +360,7 @@ class file:
colon = m[start:].find(':') colon = m[start:].find(':')
if colon < 0: if colon < 0:
if not m.endswith('}'): if not m.endswith('}'):
self._warning("malform conditional macro '%s'" % (m)) self._warning("malformed conditional macro '%s'" % (m))
mn = None mn = None
else: else:
mn = self._label(m[start:-1]) mn = self._label(m[start:-1])