diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2007-12-02 19:29:35 +0000 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2007-12-02 19:29:35 +0000 |
commit | 0e2f88d8e717b1b3cbfbc6280eac932d31dfb631 (patch) | |
tree | 50ed81624acb1a825376e617c12c740434dd408b | |
parent | eecf91b31be4710066c87612081ab8bc350d1930 (diff) | |
download | vdr-plugin-live-0e2f88d8e717b1b3cbfbc6280eac932d31dfb631.tar.gz vdr-plugin-live-0e2f88d8e717b1b3cbfbc6280eac932d31dfb631.tar.bz2 |
- fixed a typo
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile,v 1.53 2007/12/01 16:35:48 tadi Exp $ +# $Id: Makefile,v 1.54 2007/12/02 19:29:35 winni Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -156,7 +156,7 @@ ifneq ($(TNTVERS7),yes) @echo "+ This version of LIVE already supports tntnet >= 1.6.0.6. +" @echo "+ +" @echo "+ Please upgrade tntnet to at least version 1.6.0.6 soon, if +" - @echo "+ you want to keep track of beeding edge LIVE development. +" + @echo "+ you want to keep track of bleeding edge LIVE development. +" @echo "+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++" @echo "" @echo "" |