diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2011-10-11 09:17:51 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2011-10-11 09:17:51 +0100 |
commit | b258a7d9c8f71669df3273127c076e722573f707 (patch) | |
tree | ff6d87fffb1e1154da9dfadaddab8376eea2f96f /src/post/audio/stretch.c | |
parent | c7f63d6c87d5023ba65e3588bf37326e69b20430 (diff) | |
parent | 61087cfdd20dfabcbc1da7fd11f85815f9a667aa (diff) | |
download | xine-lib-b258a7d9c8f71669df3273127c076e722573f707.tar.gz xine-lib-b258a7d9c8f71669df3273127c076e722573f707.tar.bz2 |
Merge from 1.1.
--HG--
rename : src/xine-engine/post.h => include/xine/post.h
rename : po/libxine1.pot => po/libxine2.pot
Diffstat (limited to 'src/post/audio/stretch.c')
-rw-r--r-- | src/post/audio/stretch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/post/audio/stretch.c b/src/post/audio/stretch.c index 7397844b4..d56f23376 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" ); } |