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
|
|
@ -441,7 +441,7 @@ TEST_CASE_METHOD(FileSystemWatcherTestCase,
|
|||
}
|
||||
|
||||
// kqueue-based implementation doesn't collapse create/delete pairs in
|
||||
// renames and doesn't detect neither modifications nor access to the
|
||||
// renames and detects neither modifications nor access to the
|
||||
// files reliably currently so disable these tests
|
||||
//
|
||||
// FIXME: fix the code and reenable them
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue