summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-09-21 13:44:17 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2001-09-21 13:44:17 +0200
commit56c8dd4d81622d0dece80fff32c54a5face70f46 (patch)
treebe1bd91ba299298752e7e539579c92e73e4e5c8b /INSTALL
parent1b1a6c692c0a2186dd4bfd48a74b88c5f46f272b (diff)
downloadvdr-56c8dd4d81622d0dece80fff32c54a5face70f46.tar.gz
vdr-56c8dd4d81622d0dece80fff32c54a5face70f46.tar.bz2
Fixed a typo
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 56200e86..e745d7e7 100644
--- a/INSTALL
+++ b/INSTALL
@@ -112,7 +112,7 @@ for programming some sort of hardware device that makes sure the computer
will be restarted in time before the next timer event. Your program must
also initiate the actual shutdown procedure of the computer. After this
your program should return to VDR. VDR will not automatically exit after
-calling the shutdown program, but will rather continue normally untit it
+calling the shutdown program, but will rather continue normally until it
receives a SIGTERM when the computer is actually shut down. So in case
the shutdown fails, or the shutdown program for some reason decides not to
perform a shutdown, VDR will stay up and running.