From 28427ce2e8b71d844708ffa64195443c3f11f067 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 1f170d3..8f9adc6 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" -- 2.7.4