summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--video_engine/test/auto_test/source/vie_autotest_capture.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/video_engine/test/auto_test/source/vie_autotest_capture.cc b/video_engine/test/auto_test/source/vie_autotest_capture.cc
index d44f6b91..79b2b66b 100644
--- a/video_engine/test/auto_test/source/vie_autotest_capture.cc
+++ b/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,