We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df69ca3 commit 4ac89e8Copy full SHA for 4ac89e8
ifplatform.py
@@ -74,7 +74,7 @@ def handle(self, directive, data):
74
if (directive == 'ifanylinux' and did in self._linux) or \
75
(directive == 'ifanybsd' and did in self._bsd) or \
76
(directive == 'if'+did):
77
- self._log.debug('Matched paltform %s' % did)
+ self._log.debug('Matched platform %s' % did)
78
return self._run_internal(data)
79
else:
80
return True
0 commit comments