summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorreynaldo <reynaldo@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-11-03 04:04:22 +0000
committerreynaldo <reynaldo@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-11-03 04:04:22 +0000
commit258f629dc8d152fa55a3116e0d9b33d118553733 (patch)
treeb39e6eb47a60a15fcca8315a40bcb53655d11fa0
parentd97d8e53f38fc533666b7689578cf795aa85ffb1 (diff)
downloadmpv-258f629dc8d152fa55a3116e0d9b33d118553733.tar.bz2
mpv-258f629dc8d152fa55a3116e0d9b33d118553733.tar.xz
typo fix bust/must
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16895 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--DOCS/tech/libao2.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/tech/libao2.txt b/DOCS/tech/libao2.txt
index 41160ec40b..e9034ae64e 100644
--- a/DOCS/tech/libao2.txt
+++ b/DOCS/tech/libao2.txt
@@ -63,7 +63,7 @@ static float get_delay();
static int control(int cmd, int arg);
This is for reading/setting plugin-specific and other special
parameters and can be used for keyboard input for example. All
- plugins bust respond to cmd=AOCONTROL_PLUGIN_SET_LEN which is part
+ plugins must respond to cmd=AOCONTROL_PLUGIN_SET_LEN which is part
of the initialization of the plugin. When this command is received
the parameter pl_delay.len will contain the maximum size of data the
plugin can produce. This can be used for calculating and allocating