Various: fix typos

thanks twidhalm!
This commit is contained in:
Thomas Gelf 2016-06-28 12:27:33 +02:00
parent 9210441178
commit 62e6c6e1a1
2 changed files with 2 additions and 2 deletions

View File

@ -202,7 +202,7 @@ class ConfigJob extends JobHook
{
return $form->translate(
'The Config job allows you to generate and eventually deploy your'
. 'Icinga 2 configuration'
. ' Icinga 2 configuration'
);
}
}

View File

@ -14,7 +14,7 @@ class PropertyModifierBitmask extends PropertyModifierHook
'label' => 'Bitmask',
'description' => $form->translate(
'The numeric bitmask you want to apply. In case you have a hexadecimal'
. ' or binary mask please transform it to a deximal number first. The'
. ' or binary mask please transform it to a decimal number first. The'
. ' result of this modifier is a boolean value, telling whether the'
. ' given mask applies to the numeric value in your source column'
),