fix typos

This commit is contained in:
root
2020-03-24 09:53:51 +00:00
committed by mergify[bot]
parent 825448825c
commit ae4d269836
2 changed files with 3 additions and 3 deletions

View File

@ -77,7 +77,7 @@ func (cs *DefaultControllerServer) DeleteSnapshot(ctx context.Context, req *csi.
return nil, status.Error(codes.Unimplemented, "")
}
// ListSnapshots lists snapshosts
// ListSnapshots lists snapshots
func (cs *DefaultControllerServer) ListSnapshots(ctx context.Context, req *csi.ListSnapshotsRequest) (*csi.ListSnapshotsResponse, error) {
return nil, status.Error(codes.Unimplemented, "")
}