diff --git a/brico.py b/brico.py index 74eece1..626a6b6 100755 --- a/brico.py +++ b/brico.py @@ -493,10 +493,10 @@ def run(self, Norm_obj, files): while lines[i] == ' ': i+=1 if i % 4 != 0: - Norm_obj.minor.append(('L2', "No tab should be replaced by an identation.", test)) + Norm_obj.minor.append(('L2', "No tab should be replaced by an indentation.", test)) for char in lines: if (char == '\t' and ("Makefile" in files) != True): - Norm_obj.minor.append(('L2', "No tab should be replaced by an identation.", test)) + Norm_obj.minor.append(('L2', "No tab should be replaced by an indentation.", test)) inside.close() class Trailling_spaces: