Skip to content

Commit 4ac89e8

Browse files
committed
spell
1 parent df69ca3 commit 4ac89e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ifplatform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def handle(self, directive, data):
7474
if (directive == 'ifanylinux' and did in self._linux) or \
7575
(directive == 'ifanybsd' and did in self._bsd) or \
7676
(directive == 'if'+did):
77-
self._log.debug('Matched paltform %s' % did)
77+
self._log.debug('Matched platform %s' % did)
7878
return self._run_internal(data)
7979
else:
8080
return True

0 commit comments

Comments
 (0)