From 30172a64673cb305bbb5ee818c2d19adc399f46b Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Fri, 16 Nov 2007 07:53:33 +1300 Subject: [PATCH] Fix typo. --- bin/mythtv-status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }, } -- 2.30.2