Skip to content

Commit

Permalink
fix misspell
Browse files Browse the repository at this point in the history
  • Loading branch information
liubog2008 committed Jun 9, 2023
1 parent 2ca8ca7 commit 68a2574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/manager/volumes/pod_vol_modifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ type DesiredVolume struct {
}

// get storage class name from tc
// it may return empty because sc is unset or no permission to verify the existance of sc
// it may return empty because sc is unset or no permission to verify the existence of sc
func (v *DesiredVolume) GetStorageClassName() string {
if v.StorageClassName == nil {
return ""
Expand Down

0 comments on commit 68a2574

Please sign in to comment.