Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
windayski authored and phlogistonjohn committed May 1, 2020
1 parent 9e43e51 commit e89344c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/release-process.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion rados/command_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion rbd/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion rbd/features.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit e89344c

Please sign in to comment.