diff options
author | Diego Biurrun <diego@biurrun.de> | 2005-06-11 17:46:18 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2005-06-11 17:46:18 +0000 |
commit | 79cc8267f4f91e8f86b2e5120c137fef9d1baf3b (patch) | |
tree | d393f2de1948949ba00629796430d01b5275b731 | |
parent | 8ea9ce413b9811521235cba37238687ec7d46bec (diff) | |
download | ffmpeg-79cc8267f4f91e8f86b2e5120c137fef9d1baf3b.tar.gz |
typo
Originally committed as revision 4377 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/hooks.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/hooks.texi b/doc/hooks.texi index 7eb2da8848..fff226f28d 100644 --- a/doc/hooks.texi +++ b/doc/hooks.texi @@ -21,7 +21,7 @@ Three modules are provided and are described below. They are all intended to be used as a base for your own modules. Modules are loaded using the -vhook option to ffmpeg. The value of this parameter -is a space seperated list of arguments. The first is the module name, and the rest +is a space separated list of arguments. The first is the module name, and the rest are passed as arguments to the Configure function of the module. @section null.c |