--- a/zone-ls Mon Aug 09 11:45:43 2010 +0200 +++ b/zone-ls Tue Aug 10 16:38:46 2010 +0200 @@ -46,7 +46,7 @@ $info_status = "OK"; for (`dig \@localhost $zone`) { if (/root-servers/) { - $info_status = "FAILD"; + $info_status = "FAILED"; last; } }