Skip to content

Commit

Permalink
fix(comments): spelling mistake.. sufficent -> sufficient (#34)
Browse files Browse the repository at this point in the history
Signed-off-by: mayank <[email protected]>
  • Loading branch information
mynktl authored and vishnuitta committed Aug 5, 2019
1 parent 35f2b8f commit 8d2dc78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cstor/cstor.go
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ func (p *Plugin) GetVolumeID(unstructuredPV runtime.Unstructured) (string, error
return "", errors.WithStack(err)
}

// If PV doesn't have sufficent info to consider as CStor Volume
// If PV doesn't have sufficient info to consider as CStor Volume
// then we will return empty volumeId and error as nil.
if pv.Name == "" ||
pv.Spec.StorageClassName == "" ||
Expand Down

0 comments on commit 8d2dc78

Please sign in to comment.