Objects/Icinga(Host|Service): fix typo

This commit is contained in:
Thomas Gelf 2017-07-18 13:36:05 +02:00
parent ea7f949cda
commit 29d93512e6
2 changed files with 2 additions and 2 deletions

View File

@ -384,7 +384,7 @@ class IcingaHost extends IcingaObject
*
* @return string
*/
protected function renderTempelate_choice_id()
protected function renderTemplate_choice_id()
{
return '';
}

View File

@ -373,7 +373,7 @@ class IcingaService extends IcingaObject
return '';
}
protected function renderTempelate_choice_id()
protected function renderTemplate_choice_id()
{
return '';
}