docs: fix an existing spelling mistake

Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
John Mulligan 2022-08-26 09:32:47 -04:00 committed by mergify[bot]
parent 2d32182694
commit 94489bef9d
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ if !bytes.Equal(bytesIn, bytesOut) {
### Pool maintenance
The list of pools in a cluster can be retreived using the `ListPools` method
The list of pools in a cluster can be retrieved using the `ListPools` method
on the connection object. On a new cluster the following code snippet:
```go