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 6fb15beda2..fc7e399800 100644
--- a/DOCS/tech/general.txt
+++ b/DOCS/tech/general.txt
@@ -250,7 +250,7 @@ static void uninit();
Guess what.
Ok I help: closes the device, not (yet) called when exit.
-statis void reset();
+static void reset();
Resets device. To be exact, it's for deleting buffers' contents,
so after reset() the previously received stuff won't be output.
(called if pause or seek)