changeset 991:dab1e9e67d8c

1 typo corrected (any more, atmos?)
author gabucino
date Mon, 04 Jun 2001 12:17:51 +0000
parents 21475b2da242
children a5a3d936b116
files DOCS/tech/general.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/tech/general.txt	Mon Jun 04 12:01:22 2001 +0000
+++ b/DOCS/tech/general.txt	Mon Jun 04 12:17:51 2001 +0000
@@ -236,7 +236,7 @@
 
   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.