Skip to content

Commit

Permalink
fix misspell
Browse files Browse the repository at this point in the history
  • Loading branch information
liubog2008 authored and ti-chi-bot committed Jun 20, 2023
1 parent 7a3a5e7 commit 8d661ba
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 8d661ba

Please sign in to comment.