summaryrefslogtreecommitdiffstats
path: root/DOCS/tech/general.txt
diff options
context:
space:
mode:
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.