Skip to content

Commit

Permalink
Codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
shelld3v committed Oct 22, 2024
1 parent 2a049fb commit 7401e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def compare_to(self, content):
DynamicContentParser.compare_to() workflow
1. Check if the wildcard response is static or not, if yes, compare two responses.
2. If it's not static, get static patterns (splitted by space) and check if the response
2. If it's not static, get static patterns (split by space) and check if the response
has all of them.
3. In some cases, checking static patterns isn't reliable enough, so we check the similarity
ratio of the two responses.
Expand Down

0 comments on commit 7401e99

Please sign in to comment.