1
0
mirror of https://github.com/rancher/os.git synced 2025-09-16 23:21:19 +00:00

Fix typos report by goreportcard

This commit is contained in:
niusmallnan
2019-01-26 10:38:35 +08:00
parent f174bbf57e
commit 36064ca496
3 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ type Datasource interface {
FetchUserdata() ([]byte, error)
Type() string
String() string
// Finish gives the datasource the oportunity to clean up, unmount or release any open / cache resources
// Finish gives the datasource the opportunity to clean up, unmount or release any open / cache resources
Finish() error
}