chore(yaml): fix bunch of typos (#348)

Signed-off-by: Suraj Deshmukh <surajd.service@gmail.com>
This commit is contained in:
Suraj Deshmukh 2021-06-24 18:39:26 +05:30 committed by GitHub
parent b32da5a165
commit 273bf148d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 16 additions and 16 deletions

View file

@ -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"`
}

View file

@ -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"`
}