From e83b53ef73287d9636ab8debba8e5e6b7ab358dd Mon Sep 17 00:00:00 2001 From: Gabriel Filion Date: Mon, 15 Aug 2022 20:59:45 -0400 Subject: [PATCH] fix typo in readme This is a small typo that was identified automatically by debian's lintian tool while building a package for the library --- README.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.pod b/README.pod index 0daf797..97fc98f 100644 --- a/README.pod +++ b/README.pod @@ -71,7 +71,7 @@ contains a valid InfluxDB query. If the returned object evaluates to true, indicating that the query was successful, then the returned object's C attribute contains the entire response from InfluxDB as Perl hash. Additionally the attribute C provides the request identifier as set in -the HTTP reponse headers by InfluxDB. This can for example be useful for correlating +the HTTP response headers by InfluxDB. This can for example be useful for correlating requests with log files. =head2 write measurement, database => "DATABASE", precision => "ns", retention_policy => "RP"