summaryrefslogtreecommitdiffstats
path: root/DOCS/tech/general.txt
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-04 12:17:51 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-04 12:17:51 +0000
commit311e18349a4ea3873841bc9802c8a2b41ff97101 (patch)
tree92c8d86d53aa8c90d0eb166a4350258242e0b46f /DOCS/tech/general.txt
parent2cde5420569c0dd8e307d090035084f22b1a5387 (diff)
downloadmpv-311e18349a4ea3873841bc9802c8a2b41ff97101.tar.bz2
mpv-311e18349a4ea3873841bc9802c8a2b41ff97101.tar.xz
1 typo corrected (any more, atmos?)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@992 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech/general.txt')
-rw-r--r--DOCS/tech/general.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/tech/general.txt b/DOCS/tech/general.txt
index 90bd695220..6fb15beda2 100644
--- a/DOCS/tech/general.txt
+++ b/DOCS/tech/general.txt
@@ -236,7 +236,7 @@ Now, go on:
As in libvo (see 5.) also here are some drivers, based on the same API:
-statis int control(int cmd, int arg);
+static int control(int cmd, int arg);
This is for reading/setting driver-specific and other special parameters.
Not really used for now.