From 8c4ffc8bb2965420b0b35ffec5b154fdd713dacb Mon Sep 17 00:00:00 2001 From: Alexey Spizhevoy Date: Mon, 16 Apr 2012 11:14:30 +0000 Subject: [PATCH] Fixed typo (videostab) --- samples/cpp/videostab.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/cpp/videostab.cpp b/samples/cpp/videostab.cpp index dccd413066..68a753aee9 100644 --- a/samples/cpp/videostab.cpp +++ b/samples/cpp/videostab.cpp @@ -399,7 +399,7 @@ int main(int argc, const char **argv) if (arg("output") != "no") outputPath = arg("output"); - quietMode = argb("quite"); + quietMode = argb("quiet"); run(); }