]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
Fix typo. 0.3
authorAndrew Ruthven <andrew@cyclops.etc.gen.nz>
Thu, 15 Nov 2007 18:53:33 +0000 (07:53 +1300)
committerAndrew Ruthven <andrew@cyclops.etc.gen.nz>
Thu, 15 Nov 2007 18:53:33 +0000 (07:53 +1300)
bin/mythtv-status

index 63647818f02bcd13b0264250d09348cff855c546..efbfaae56e019e84db030d502744159fcf14803a 100755 (executable)
@@ -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' },
     }