summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2011-08-06 11:27:37 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2011-08-06 11:27:37 +0200
commit15007f76cf18885ca611a2633e29bed26790acf1 (patch)
treeff9202ab6b73a6124f0689c8bc3a75cd68403d08
parent5cfd39dfca50a8585e7fa9a729e996bbcfac78e7 (diff)
downloadvdr-15007f76cf18885ca611a2633e29bed26790acf1.tar.gz
vdr-15007f76cf18885ca611a2633e29bed26790acf1.tar.bz2
Fixed a typo
-rw-r--r--HISTORY2
1 files changed, 1 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 98639854..ceea8a53 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6305,7 +6305,7 @@ Video Disk Recorder Revision History
parameters, but rather the whole channel is handed down for processing. The old
constructor of cReceiver is still available, but it is recommended to plugin authors
that they switch to the new interface as soon as possible.
- When replaying such a recording, the PCR packets are sent to PlayTsVideo()
+ When replaying such a recording, the PCR packets are sent to PlayTsVideo().
- The files "commands.conf" and "reccmd.conf" can now contain nested lists of
commands. See vdr.5 for information about the new file format.
This obsoletes the CMDSUBMENU patch.