From: Gunnar Beutner Date: Thu, 21 Jan 2016 08:06:21 +0000 (+0100) Subject: Fix incorrect type name in the documentation X-Git-Tag: v2.5.0~605 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4412389eb6f26d75d9ce69b6f72aea983e18caa1;p=icinga2 Fix incorrect type name in the documentation fixes #10998 --- diff --git a/doc/6-object-types.md b/doc/6-object-types.md index b6b628166..76cceb97d 100644 --- a/doc/6-object-types.md +++ b/doc/6-object-types.md @@ -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"