From 88d97dd2365ea96f1f9779e92120590df1be3648 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Thu, 21 Jan 2016 09:06:21 +0100 Subject: [PATCH] Fix incorrect type name in the documentation fixes #10998 --- doc/6-object-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/6-object-types.md b/doc/6-object-types.md index 90567c543..1f1a041fa 100644 --- a/doc/6-object-types.md +++ b/doc/6-object-types.md @@ -781,7 +781,7 @@ Example: library "db_ido_pgsql" - object IdoMysqlConnection "pgsql-ido" { + object IdoPgsqlConnection "pgsql-ido" { host = "127.0.0.1" port = 5432 user = "icinga" -- 2.40.0