]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
Update contrib/postgresql/README.md
authorschorsch1976 <georg@schorsch-tech.de>
Tue, 29 Aug 2023 16:14:35 +0000 (18:14 +0200)
committerMatthias Runge <mrunge@matthias-runge.de>
Fri, 13 Oct 2023 07:50:29 +0000 (09:50 +0200)
Co-authored-by: Eero Tamminen <eero.t.tamminen@intel.com>
contrib/postgresql/README.md

index e8011ee81699d3cd2f9a806901b106dfd9ea8b39..dc58c2224404cc4f6676266c827f4c2ef64acf09 100644 (file)
@@ -15,8 +15,8 @@ The first layout from Sebastian 'tokkee' Harl is like that:
 +-------------------+  +----------------+
 ```
 
-The ID connects the two tables. The plugin, plugin_inst, type and tpye_inst
-create s so called identifier. The timestamp, name and value get inserted into
+The ID connects the two tables. The plugin, plugin_inst, type and type_inst
+create a so called identifier. The timestamp, name and value get inserted into
 the value table.
 
 collectd/postgresql calles the collectd_insert function.