From 39f7eccdb07ee7cb867edf3f6b0bc4880123e4a1 Mon Sep 17 00:00:00 2001 From: Steven E Wright Date: Wed, 27 Apr 2016 18:02:49 -0700 Subject: [PATCH] Fixes minor typos. --- modules/videostab/include/opencv2/videostab.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/videostab/include/opencv2/videostab.hpp b/modules/videostab/include/opencv2/videostab.hpp index 17b061f8d6..7c8dc412dd 100644 --- a/modules/videostab/include/opencv2/videostab.hpp +++ b/modules/videostab/include/opencv2/videostab.hpp @@ -47,8 +47,8 @@ @defgroup videostab Video Stabilization The video stabilization module contains a set of functions and classes that can be used to solve the -problem of video stabilization. There are a few methods implemented, most of them are descibed in -the papers @cite OF06 and @cite G11 . However, there are some extensions and deviations from the orginal +problem of video stabilization. There are a few methods implemented, most of them are described in +the papers @cite OF06 and @cite G11 . However, there are some extensions and deviations from the original paper methods. ### References