fix typos

This commit is contained in:
root 2020-04-30 02:18:49 +00:00 committed by John Mulligan
parent 9e43e5119d
commit e89344cae1
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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(

View File

@ -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.

View File

@ -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 (