Fix typo in flapping note

This commit is contained in:
Michael Friedrich 2014-05-20 23:45:48 +02:00
parent 941ff2a980
commit ef2ac077c8
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ if ($object->is_flapping) {
'Flapping',
$this->icon('flapping.png', 'Flapping'),
sprintf(
'Currently flapping witgh a %.2f%% state change rate',
'Currently flapping with a %.2f%% state change rate',
$object->percent_state_change
)
);