Fix incorrect type name in the documentation

fixes #10998
This commit is contained in:
Gunnar Beutner 2016-01-21 09:06:21 +01:00
parent 1c67bf394c
commit 4412389eb6
1 changed files with 1 additions and 1 deletions

View File

@ -757,7 +757,7 @@ Example:
library "db_ido_pgsql"
object IdoMysqlConnection "pgsql-ido" {
object IdoPgsqlConnection "pgsql-ido" {
host = "127.0.0.1"
port = 5432
user = "icinga"