Fix double negatives used with 'neither' in docs and comments
In many cases it should be 'either', and 'nor' should be 'or' accordingly. No changes to actual code. Closes #22723.
This commit is contained in:
parent
31885a81fc
commit
66916c74a3
124 changed files with 148 additions and 149 deletions
|
|
@ -168,7 +168,7 @@ bool RegExTestCase::parseFlags(const wxString& flags)
|
|||
// Also skip the (there is only one) test using POSIX-specified
|
||||
// handling of unmatched ')' as a non-special character -- PCRE
|
||||
// doesn't support this and it doesn't seem worth implementing
|
||||
// support for this ourselves neither.
|
||||
// support for this ourselves either.
|
||||
case 'U':
|
||||
return false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue