forked from zaclys/searxng
[fix] spelling
This commit is contained in:
parent
ad518f41f6
commit
b6316020f7
50 changed files with 98 additions and 98 deletions
|
|
@ -347,7 +347,7 @@ class CheckerTests:
|
|||
diff2_str = ', '.join(['{}={!r}'.format(k, v2) for (k, (v1, v2)) in diff.items()])
|
||||
self.test_results.add_error(
|
||||
self.test_name,
|
||||
'results are identitical for {} and {} ({})'.format(diff1_str, diff2_str, common_str),
|
||||
'results are identical for {} and {} ({})'.format(diff1_str, diff2_str, common_str),
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue