]> granicus.if.org Git - icinga2/commitdiff
Fix incorrect type name in the documentation
authorGunnar Beutner <gunnar@beutner.name>
Thu, 21 Jan 2016 08:06:21 +0000 (09:06 +0100)
committerGunnar Beutner <gunnar@beutner.name>
Thu, 21 Jan 2016 08:06:57 +0000 (09:06 +0100)
fixes #10998

doc/6-object-types.md

index 90567c543759a3763455ac4fac169e0b66a44cf0..1f1a041fa3c4bc6683fd05880192ea34ed86175c 100644 (file)
@@ -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"