summaryrefslogtreecommitdiff
path: root/doc/avutil.txt
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-02-24 09:41:43 +0000
committerDiego Biurrun <diego@biurrun.de>2007-02-24 09:41:43 +0000
commiteafcac6ac851a2dff63f761a3d796af8f3e3b314 (patch)
tree23b45b188d23463eced3b20b24513c43384684a5 /doc/avutil.txt
parentbae79c048fbbeb541182d93abf7c687ce79c5837 (diff)
cosmetics: Fix another common typo, dependAnt --> dependEnt.
Originally committed as revision 8114 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/avutil.txt')
-rw-r--r--doc/avutil.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/avutil.txt b/doc/avutil.txt
index b27a6d50e7..a81e741187 100644
--- a/doc/avutil.txt
+++ b/doc/avutil.txt
@@ -31,7 +31,7 @@ intreadwrite.h reading and writing of unaligned big/little/native-endia
Goals:
======
-* Modular (few interdependancies and the possibility of disabling individual parts during ./configure)
+* Modular (few interdependencies and the possibility of disabling individual parts during ./configure)
* Small (source and object)
* Efficient (low CPU and memory usage)
* Useful (avoid useless features almost noone needs)