]> git.sesse.net Git - ffmpeg/commitdiff
typo
authorDiego Biurrun <diego@biurrun.de>
Sat, 11 Jun 2005 17:46:18 +0000 (17:46 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sat, 11 Jun 2005 17:46:18 +0000 (17:46 +0000)
Originally committed as revision 4377 to svn://svn.ffmpeg.org/ffmpeg/trunk

doc/hooks.texi

index 7eb2da8848d8a9fea07ad7eb32e820d4cbfeb4f3..fff226f28d82c0a9e8c40d3ca2e9e3a21cf13262 100644 (file)
@@ -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