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:
Lauri Nurmi 2022-08-15 16:36:37 +03:00 committed by Vadim Zeitlin
parent 31885a81fc
commit 66916c74a3
124 changed files with 148 additions and 149 deletions

View file

@ -2822,7 +2822,7 @@ void wxCSConv::SetEncoding(wxFontEncoding encoding)
// It's ok to not have encoding value if we have a name for it.
m_encoding = wxFONTENCODING_SYSTEM;
}
else // No name neither.
else // No name either.
{
// Fall back to the system default encoding in this case (not
// sure how much sense does this make but this is how the old