diff --git a/webrtc/api/test/fakeaudiocapturemodule_unittest.cc b/webrtc/api/test/fakeaudiocapturemodule_unittest.cc index 2c5730a813..8ac1acce2b 100644 --- a/webrtc/api/test/fakeaudiocapturemodule_unittest.cc +++ b/webrtc/api/test/fakeaudiocapturemodule_unittest.cc @@ -119,7 +119,7 @@ class FakeAdmTest : public testing::Test, size_t rec_buffer_bytes_; }; -TEST_F(FakeAdmTest, TestProccess) { +TEST_F(FakeAdmTest, TestProcess) { // Next process call must be some time in the future (or now). EXPECT_LE(0, fake_audio_capture_module_->TimeUntilNextProcess()); // Process call updates TimeUntilNextProcess() but there are no guarantees on