Skip to content
This repository was archived by the owner on Feb 25, 2021. It is now read-only.

Commit db070f1

Browse files
authored
Fixed messpelling
1 parent d9ac833 commit db070f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InfluxDB/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ public function query($database, $query, $parameters = [])
207207
*/
208208
public function write(array $parameters, $payload)
209209
{
210-
// retrive the driver
210+
// retrieve the driver
211211
$driver = $this->getDriver();
212212

213213
// add authentication to the driver if needed

0 commit comments

Comments
 (0)