Skip to content

Commit 88d5c11

Browse files
committed
fix type in error message
1 parent 94e5e42 commit 88d5c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fprettify/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
# constants, mostly regular expressions:
8585
FORMATTER_ERROR_MESSAGE = (" Wrong usage of formatting-specific directives"
8686
" '&', '!&', '!&<' or '!&>'.")
87-
LINESPLIT_MESSAGE = ("auto indentation faile due to 132 chars limit, "
87+
LINESPLIT_MESSAGE = ("auto indentation failed due to 132 chars limit, "
8888
"line should be splitted")
8989

9090
EOL_STR = r"\s*;?\s*$" # end of fortran line

0 commit comments

Comments
 (0)