From 1e0144176751cb81ac1e2c6793481917db6f2e1e Mon Sep 17 00:00:00 2001 From: Pastafarianist Date: Sun, 21 Apr 2013 23:04:54 +0400 Subject: [PATCH] Fixed typo --- samples/cpp/kalman.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/cpp/kalman.cpp b/samples/cpp/kalman.cpp index f54adec922..8b429e2ad8 100644 --- a/samples/cpp/kalman.cpp +++ b/samples/cpp/kalman.cpp @@ -12,7 +12,7 @@ static inline Point calcPoint(Point2f center, double R, double angle) static void help() { - printf( "\nExamle of c calls to OpenCV's Kalman filter.\n" + printf( "\nExample of c calls to OpenCV's Kalman filter.\n" " Tracking of rotating point.\n" " Rotation speed is constant.\n" " Both state and measurements vectors are 1D (a point angle),\n"