@@ -211,8 +211,8 @@ const (
211
211
// PoolUnsupportedVolumeGrow this pool does not allow growing volumes
212
212
PoolUnsupportedVolumeGrow PoolUnsupportedType = 1 << iota
213
213
214
- // PoolUnsupportedVolumeShink this pool does not allow shrinking volumes
215
- PoolUnsupportedVolumeShink
214
+ // PoolUnsupportedVolumeShrink this pool does not allow shrinking volumes
215
+ PoolUnsupportedVolumeShrink
216
216
)
217
217
218
218
// PoolStatusType type used to describe the status of pool
@@ -405,7 +405,7 @@ const (
405
405
//DiskStatusRemoved Disk was removed by administrator
406
406
DiskStatusRemoved
407
407
408
- // DiskStatusStarting Disk is in the process of becomming ready.
408
+ // DiskStatusStarting Disk is in the process of becoming ready.
409
409
DiskStatusStarting
410
410
411
411
// DiskStatusStopping Disk is shutting down.
@@ -414,7 +414,7 @@ const (
414
414
// DiskStatusStopped Disk is stopped by administrator.
415
415
DiskStatusStopped
416
416
417
- // DiskStatusInitializing Disk is not yet functional, could be initializing eg. RAID, zeroed or scrubed etc.
417
+ // DiskStatusInitializing Disk is not yet functional, could be initializing eg. RAID, zeroed or scrubbed etc.
418
418
DiskStatusInitializing
419
419
420
420
// DiskStatusMaintenanceMode In maintenance for bad sector scan, integrity check and etc
@@ -699,10 +699,10 @@ const (
699
699
// CapAgsGrantedToVol list access groups with access to volume
700
700
CapAgsGrantedToVol CapabilityType = 44
701
701
702
- // CapHasChildDep indicates support for determing if volume has child dep.
702
+ // CapHasChildDep indicates support for determining if volume has child dep.
703
703
CapHasChildDep CapabilityType = 45
704
704
705
- // CapChildDepRm indiates support for removing child dep.
705
+ // CapChildDepRm indicates support for removing child dep.
706
706
CapChildDepRm CapabilityType = 46
707
707
708
708
// CapAccessGroupCreateIscsiIqn supports ag creating with iSCSI initiator
0 commit comments