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
|
|
@ -397,7 +397,7 @@ TEST_CASE_METHOD(BoxSizerTestCase, "BoxSizer::IncompatibleFlags", "[sizer]")
|
|||
// Combining two vertical alignment flags doesn't make sense.
|
||||
ASSERT_SIZER_INCOMPATIBLE_FLAGS(wxALIGN_BOTTOM, wxALIGN_CENTRE_VERTICAL);
|
||||
|
||||
// Combining wxEXPAND with vertical alignment doesn't make sense neither.
|
||||
// Combining wxEXPAND with vertical alignment doesn't make sense either.
|
||||
ASSERT_SIZER_INCOMPATIBLE_FLAGS(wxEXPAND, wxALIGN_CENTRE_VERTICAL);
|
||||
ASSERT_SIZER_INCOMPATIBLE_FLAGS(wxEXPAND, wxALIGN_BOTTOM);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue