mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 14:30:12 +01:00
chore(yaml): fix bunch of typos (#348)
Signed-off-by: Suraj Deshmukh <surajd.service@gmail.com>
This commit is contained in:
parent
b32da5a165
commit
273bf148d4
9 changed files with 16 additions and 16 deletions
|
|
@ -46,7 +46,7 @@ type ZFSSnapshotList struct {
|
|||
Items []ZFSSnapshot `json:"items"`
|
||||
}
|
||||
|
||||
// SnapStatus string that reflects if the snapshot was cretaed successfully
|
||||
// SnapStatus string that reflects if the snapshot was created successfully
|
||||
type SnapStatus struct {
|
||||
State string `json:"state,omitempty"`
|
||||
}
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ type ZFSSnapshotList struct {
|
|||
Items []ZFSSnapshot `json:"items"`
|
||||
}
|
||||
|
||||
// SnapStatus string that reflects if the snapshot was cretaed successfully
|
||||
// SnapStatus string that reflects if the snapshot was created successfully
|
||||
type SnapStatus struct {
|
||||
State string `json:"state,omitempty"`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue