Skip to content
This repository has been archived by the owner on Mar 26, 2020. It is now read-only.

Commit

Permalink
Merge pull request #843 from rishubhjain/spellCheck
Browse files Browse the repository at this point in the history
Fixing typo
  • Loading branch information
prashanthpai authored Jun 1, 2018
2 parents ddb4a1f + 14bf99f commit 8b11ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/smartvol/bricksplanner/planner.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ func getBricksLayout(req *smartvolapi.Volume) ([]smartvolapi.Subvol, error) {
return subvols, nil
}

// PlanBricks creates the brick layout with choosen device and size information
// PlanBricks creates the brick layout with chosen device and size information
func PlanBricks(req *smartvolapi.Volume) error {
availableVgs, err := getAvailableVgs(req)
if err != nil {
Expand Down

0 comments on commit 8b11ed4

Please sign in to comment.