From 87118b9de29e17f404d50f83c69f35e5c231fb27 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Wed, 27 Feb 2013 12:26:42 +1100 Subject: [PATCH] Fix the spelling. --- source-builder/sb/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source-builder/sb/config.py b/source-builder/sb/config.py index fda66ed..b21201a 100644 --- a/source-builder/sb/config.py +++ b/source-builder/sb/config.py @@ -360,7 +360,7 @@ class file: colon = m[start:].find(':') if colon < 0: if not m.endswith('}'): - self._warning("malform conditional macro '%s'" % (m)) + self._warning("malformed conditional macro '%s'" % (m)) mn = None else: mn = self._label(m[start:-1])