diff --git a/library/Icinga/Repository/DbRepository.php b/library/Icinga/Repository/DbRepository.php index 039d22142..01898bd4b 100644 --- a/library/Icinga/Repository/DbRepository.php +++ b/library/Icinga/Repository/DbRepository.php @@ -988,7 +988,7 @@ abstract class DbRepository extends Repository implements Extensible, Updatable, * * @param string $name The alias or column name to join into $target * @param string $target The table to join $name into - * @param RepositoryQUery $query The query to apply the JOIN-clause on + * @param RepositoryQuery $query The query to apply the JOIN-clause on * * @return string|null The resolved alias or $name, null if no join logic is found */