Browse code

fix typo in api/types/client.go

Signed-off-by: Aaron.L.Xu <likexu@harmonycloud.cn>

Aaron.L.Xu authored on 2017/01/14 16:09:32
Showing 1 changed files
... ...
@@ -161,7 +161,7 @@ type ImageBuildOptions struct {
161 161
 	Dockerfile     string
162 162
 	Ulimits        []*units.Ulimit
163 163
 	// See the parsing of buildArgs in api/server/router/build/build_routes.go
164
-	// for an explaination of why BuildArgs needs to use *string instead of
164
+	// for an explanation of why BuildArgs needs to use *string instead of
165 165
 	// just a string
166 166
 	BuildArgs   map[string]*string
167 167
 	AuthConfigs map[string]AuthConfig