summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2005-06-11 17:46:18 +0000
committerDiego Biurrun <diego@biurrun.de>2005-06-11 17:46:18 +0000
commit79cc8267f4f91e8f86b2e5120c137fef9d1baf3b (patch)
treed393f2de1948949ba00629796430d01b5275b731 /doc
parent8ea9ce413b9811521235cba37238687ec7d46bec (diff)
typo
Originally committed as revision 4377 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r--doc/hooks.texi2
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