aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vf_remove_logo.c
diff options
context:
space:
mode:
authorGravatar diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-21 10:05:46 +0000
committerGravatar diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-21 10:05:46 +0000
commite1547563a929a1b923a708f7d9df062d68a2d11d (patch)
tree1ab0435bd01460e7a214bc35d3186cc980cc1973 /libmpcodecs/vf_remove_logo.c
parent6177b518416c601f93d93ff75d96b759ed3192a2 (diff)
cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22301 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs/vf_remove_logo.c')
-rw-r--r--libmpcodecs/vf_remove_logo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmpcodecs/vf_remove_logo.c b/libmpcodecs/vf_remove_logo.c
index 96ae640b04..d2c679b178 100644
--- a/libmpcodecs/vf_remove_logo.c
+++ b/libmpcodecs/vf_remove_logo.c
@@ -142,8 +142,8 @@ typedef struct
/**
* \brief Stores persistant variables.
*
- * Variables stored here are kept from frame to frame, and seperate instances of
- * the filter will get their own seperate copies.
+ * Variables stored here are kept from frame to frame, and separate instances of
+ * the filter will get their own separate copies.
*/
typedef struct
{