]> 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:21 +0000 (09:06 +0100)
fixes #10998

doc/6-object-types.md

index b6b628166f49af30402af1c8bf120c60838db396..76cceb97d2fcbf2c5c78e331f765932d01cbfb5d 100644 (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"