Fix Typos (NFC) (#5137)

This commit is contained in:
sciencewhiz
2023-02-26 15:06:37 -08:00
committed by GitHub
parent ce3686b80d
commit 4af84a1c12
71 changed files with 95 additions and 95 deletions

View File

@@ -62,7 +62,7 @@ class FakeEncoderTest : public testing::Test {
};
/**
* Test the encoder by reseting it to 0 and reading the value.
* Test the encoder by resetting it to 0 and reading the value.
*/
TEST_F(FakeEncoderTest, DefaultState) {
EXPECT_DOUBLE_EQ(0.0, m_encoder.Get()) << "The encoder did not start at 0.";