mirror of https://github.com/ceph/go-ceph
fix typos
This commit is contained in:
parent
9e43e5119d
commit
e89344cae1
|
@ -1,7 +1,7 @@
|
|||
|
||||
# Go-Ceph Release Process
|
||||
|
||||
Regular releases are planned starting mid-Februrary 2020. Until the API is
|
||||
Regular releases are planned starting mid-February 2020. Until the API is
|
||||
stable we will be issuing v0.y versions.
|
||||
|
||||
## Major-Minor release
|
||||
|
|
|
@ -88,7 +88,7 @@ func (suite *RadosTestSuite) TestPGCommand() {
|
|||
assert.NoError(suite.T(), err)
|
||||
}
|
||||
|
||||
func (suite *RadosTestSuite) TestMgrCommandDescrptions() {
|
||||
func (suite *RadosTestSuite) TestMgrCommandDescriptions() {
|
||||
suite.SetupConnection()
|
||||
|
||||
command, err := json.Marshal(
|
||||
|
|
|
@ -59,7 +59,7 @@ var (
|
|||
// ErrSnapshotNoName may be returned if an aip call requires a snapshot
|
||||
// name and it is not provided.
|
||||
ErrSnapshotNoName = errors.New("RBD snapshot does not have a name")
|
||||
// ErrImageNotOpen may be returnened if an api call requires an open image handle and one is not provided.
|
||||
// ErrImageNotOpen may be returned if an api call requires an open image handle and one is not provided.
|
||||
ErrImageNotOpen = errors.New("RBD image not open")
|
||||
// ErrNotFound may be returned from an api call when the requested item is
|
||||
// missing.
|
||||
|
|
|
@ -102,7 +102,7 @@ const (
|
|||
// revive:enable:exported
|
||||
)
|
||||
|
||||
// FeatureSet is a combination of the bit value for multiple featurs.
|
||||
// FeatureSet is a combination of the bit value for multiple features.
|
||||
type FeatureSet uint64
|
||||
|
||||
var (
|
||||
|
|
Loading…
Reference in New Issue