Jelajahi Sumber

fix typo in api/types/client.go

Signed-off-by: Aaron.L.Xu <likexu@harmonycloud.cn>
Aaron.L.Xu 8 tahun lalu
induk
melakukan
c8fd28f12e
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      api/types/client.go

+ 1 - 1
api/types/client.go

@@ -161,7 +161,7 @@ type ImageBuildOptions struct {
 	Dockerfile     string
 	Ulimits        []*units.Ulimit
 	// See the parsing of buildArgs in api/server/router/build/build_routes.go
-	// for an explaination of why BuildArgs needs to use *string instead of
+	// for an explanation of why BuildArgs needs to use *string instead of
 	// just a string
 	BuildArgs   map[string]*string
 	AuthConfigs map[string]AuthConfig