mirror of https://github.com/ceph/go-ceph
docs: fix an existing spelling mistake
Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
parent
2d32182694
commit
94489bef9d
|
@ -59,7 +59,7 @@ if !bytes.Equal(bytesIn, bytesOut) {
|
||||||
|
|
||||||
### Pool maintenance
|
### 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:
|
on the connection object. On a new cluster the following code snippet:
|
||||||
|
|
||||||
```go
|
```go
|
||||||
|
|
Loading…
Reference in New Issue