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
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue