Skip to content

Commit fbc1e76

Browse files
committed
typo fix
Signed-off-by: Harald Atteneder <harald.atteneder@gmail.com>
1 parent ec680d6 commit fbc1e76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class HtmlTidy(Linter):
1818
"""Provides an interface to tidy."""
1919

2020
syntax = 'html'
21-
if shutils.which('tidy5'):
21+
if shutil.which('tidy5'):
2222
cmd = 'tidy5 -errors -quiet -utf8'
2323
else:
2424
cmd = 'tidy -errors -quiet -utf8'

0 commit comments

Comments
 (0)