From c9cb4fffacfdbf7a05ff8438a2d24863693a83b2 Mon Sep 17 00:00:00 2001 From: "fbarchard@google.com" Date: Tue, 14 May 2013 05:02:08 +0000 Subject: [PATCH] Fix typo in log statement. witdh should be width. BUG=none TESTED=try bots Review URL: https://webrtc-codereview.appspot.com/1466004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4016 4adac7df-926f-26a2-2b94-8c16560cd09d --- .../video_engine/test/auto_test/source/vie_autotest_capture.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webrtc/video_engine/test/auto_test/source/vie_autotest_capture.cc b/webrtc/video_engine/test/auto_test/source/vie_autotest_capture.cc index d44f6b9161..79b2b66b49 100644 --- a/webrtc/video_engine/test/auto_test/source/vie_autotest_capture.cc +++ b/webrtc/video_engine/test/auto_test/source/vie_autotest_capture.cc @@ -151,7 +151,7 @@ void ViEAutoTest::ViECaptureStandardTest() { capability)); ViETest::Log("Capture capability %d (of %u)", cap_index + 1, number_of_capabilities); - ViETest::Log("witdh %d, height %d, frame rate %d", + ViETest::Log("width %d, height %d, frame rate %d", capability.width, capability.height, capability.maxFPS); ViETest::Log("expected delay %d, color type %d, encoding %d", capability.expectedCaptureDelay, capability.rawType,