diff options
author | Chad Dunlap <cldunlap1@gmail.com> | 2011-10-10 13:36:22 -0400 |
---|---|---|
committer | Chad Dunlap <cldunlap1@gmail.com> | 2011-10-10 13:36:22 -0400 |
commit | 76219301bb750450702ab49568650285118aa8ca (patch) | |
tree | 3ca6532296e7dacb1881c0e989579fbf711f8198 /src | |
parent | 4864ff1ba7deb51d90ac82c2c55cb21ecc47f63e (diff) | |
download | xine-lib-76219301bb750450702ab49568650285118aa8ca.tar.gz xine-lib-76219301bb750450702ab49568650285118aa8ca.tar.bz2 |
corrected typos in src/post/audio/stretch.c and src/post/deinterlace/xine_plugin.c
Diffstat (limited to 'src')
-rw-r--r-- | src/post/audio/stretch.c | 2 | ||||
-rw-r--r-- | src/post/deinterlace/xine_plugin.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/post/audio/stretch.c b/src/post/audio/stretch.c index 154202da4..f8047e183 100644 --- a/src/post/audio/stretch.c +++ b/src/post/audio/stretch.c @@ -267,7 +267,7 @@ static char * get_help (void) { return _("This filter will perform a time stretch, playing the " "stream faster or slower by a factor. Pitch is optionally " "preserved, so it is possible, for example, to use it to " - "watch a movie in less time than it was originaly shot.\n" + "watch a movie in less time than it was originally shot.\n" ); } diff --git a/src/post/deinterlace/xine_plugin.c b/src/post/deinterlace/xine_plugin.c index d56c54d47..63270acd7 100644 --- a/src/post/deinterlace/xine_plugin.c +++ b/src/post/deinterlace/xine_plugin.c @@ -259,7 +259,7 @@ static char * get_static_help (void) { "and cpu usage.\n" "\n" "* Uses several algorithms from tvtime and dscaler projects.\n" - "Deinterlacing methods: (Not all methods are available for all plataforms)\n" + "Deinterlacing methods: (Not all methods are available for all platforms)\n" "\n" ); } |