Fixed typo
authorPastafarianist <mr.pastafarianist@gmail.com>
Sun, 21 Apr 2013 19:04:54 +0000 (23:04 +0400)
committerPastafarianist <mr.pastafarianist@gmail.com>
Sun, 21 Apr 2013 19:04:54 +0000 (23:04 +0400)
samples/cpp/kalman.cpp

index 1f170d3..8f9adc6 100644 (file)
@@ -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"