mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
[wpilib] Use misspell to fix spelling errors (NFC) (#2674)
This commit is contained in:
@@ -60,7 +60,7 @@ void WebServerClientTest::InitializeWebSocket(const std::string& host, int port,
|
||||
// Save last message received
|
||||
m_json = j;
|
||||
|
||||
// If terminate flag set, end loop after message recieved
|
||||
// If terminate flag set, end loop after message received
|
||||
if (m_terminateFlag) {
|
||||
m_loop->Stop();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user