From: Andrew Ruthven Date: Tue, 11 Dec 2007 17:43:54 +0000 (+1300) Subject: Fix typo in a comment. X-Git-Tag: 0.6.0~8 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13373ec482fcd3e25da04ff71477efd8b2455e7e;p=mythtv-status.git Fix typo in a comment. --- diff --git a/bin/mythtv-status b/bin/mythtv-status index e09d31c..b94c17e 100755 --- a/bin/mythtv-status +++ b/bin/mythtv-status @@ -227,7 +227,7 @@ my @blocks = ( } }, - # Diskspace, with storage groups and sensible XML layour. + # Diskspace, with storage groups and sensible XML layout. { 'name' => 'Total Disk Space', 'type' => 'xpath', @@ -245,7 +245,7 @@ my @blocks = ( } }, - # Diskspace, with storage groups and sensible XML layour. + # Diskspace, with storage groups and sensible XML layout. { 'name' => 'Disk Space', 'type' => 'xpath',