From cc52711e1ec523c77d43693036d0856dc045fbbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Helleboid=20-=20chtitux?= Date: Tue, 25 Jul 2017 19:39:14 +0200 Subject: [PATCH] Fix typo in postgresql_extensible/README.md (#3052) --- plugins/inputs/postgresql_extensible/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inputs/postgresql_extensible/README.md b/plugins/inputs/postgresql_extensible/README.md index d388843ce..50f745d41 100644 --- a/plugins/inputs/postgresql_extensible/README.md +++ b/plugins/inputs/postgresql_extensible/README.md @@ -41,7 +41,7 @@ The example below has two queries are specified, with the following parameters: # "SELECT * FROM pg_stat_database where datname IN ('postgres', 'pgbench')" # because the databases variable was set to ['postgres', 'pgbench' ] and the # withdbname was true. - # Be careful that if the withdbname is set to false you d'ont have to define + # Be careful that if the withdbname is set to false you don't have to define # the where clause (aka with the dbname) # the tagvalue field is used to define custom tags (separated by comas) #