Browse Source

fix typo in api/types/client.go

Signed-off-by: Aaron.L.Xu <likexu@harmonycloud.cn>
Aaron.L.Xu 8 years ago
parent
commit
c8fd28f12e
1 changed files with 1 additions and 1 deletions
  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