Skip to content

Commit b27176d

Browse files
committed
Fix typo
1 parent 0586ecd commit b27176d

File tree

1 file changed

+1
-1
lines changed
  • slither/tools/mutator/mutators

1 file changed

+1
-1
lines changed

slither/tools/mutator/mutators/LIR.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
class LIR(AbstractMutator): # pylint: disable=too-few-public-methods
1212
NAME = "LIR"
13-
HELP = "Literal Interger Replacement"
13+
HELP = "Literal Integer Replacement"
1414

1515
def _mutate(self) -> Dict: # pylint: disable=too-many-branches
1616
result: Dict = {}

0 commit comments

Comments
 (0)