From: Andrew Ruthven Date: Thu, 15 Nov 2007 18:53:33 +0000 (+1300) Subject: Fix typo. X-Git-Tag: 0.3 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30172a64673cb305bbb5ee818c2d19adc399f46b;p=mythtv-status.git Fix typo. --- diff --git a/bin/mythtv-status b/bin/mythtv-status index 6364781..efbfaae 100755 --- a/bin/mythtv-status +++ b/bin/mythtv-status @@ -58,7 +58,7 @@ my @blocks = ( 'connected' => { '1' => '', '0' => ' (Disconnected)' }, 'state' =>{ '0' => 'Idle', '1' => 'Watching LiveTV', - '2' => 'Watching Prer-recorded', + '2' => 'Watching Pre-recorded', '3' => 'Watching Recording', '4' => 'Recording' }, }