Qual: Clean up codespell exceptions (#28104)

The files with exceptions can be updated as there are many less cases to
exclude.

In the project files there are a few minor spelling corrections, and
`$scrit` was changed to `$search_crit` to avoid a spelling suggestion.
This commit is contained in:
MDW
2024-02-10 17:27:36 +01:00
committed by GitHub
parent 16f723f0ba
commit 2e254892ea
7 changed files with 308 additions and 2615 deletions

View File

@@ -398,7 +398,7 @@ class UserTest extends PHPUnit\Framework\TestCase
$localobject->error = '';
$result = $localobject->setPassword($user, '$*11145678AA');
print __METHOD__." set a password with noo too much consecutive chars\n";
print __METHOD__." set a password with not too much consecutive chars\n";
print __METHOD__." localobject->error=".$localobject->error."\n";
$this->assertEquals('$*11145678AA', $result, 'We must get the password as it is valid (pass has not too much similar consecutive chars) and we did not here');