summaryrefslogtreecommitdiff
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
parent1b1a6c692c0a2186dd4bfd48a74b88c5f46f272b (diff)
downloadvdr-56c8dd4d81622d0dece80fff32c54a5face70f46.tar.gz
vdr-56c8dd4d81622d0dece80fff32c54a5face70f46.tar.bz2
Fixed a typo
-rw-r--r--FORMATS2
-rw-r--r--INSTALL2
2 files changed, 2 insertions, 2 deletions
diff --git a/FORMATS b/FORMATS
index 3c5d36d4..9142fd70 100644
--- a/FORMATS
+++ b/FORMATS
@@ -102,7 +102,7 @@ Video Disk Recorder File Formats
Examples:
1 Check for new mail: /usr/local/bin/checkmail 2>&1
- 2 CPU status : /usr/loval/bin/cpustatus 2>&1
+ 2 CPU status : /usr/local/bin/cpustatus 2>&1
3 Disk space : df -h | grep '/video' | awk '{ print 100 - $5 "% free"; }'
If the first non-blank character of the 'title' is a digit in the range
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.