From 8fc782ae0976b0255e782845e5fc3b98be3b299c Mon Sep 17 00:00:00 2001 From: Derek McGowan Date: Wed, 8 Jul 2015 11:02:47 -0700 Subject: [PATCH] Fix typo in Version doc Signed-off-by: Derek McGowan (github: dmcgowan) --- registry/client/auth/api_version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/client/auth/api_version.go b/registry/client/auth/api_version.go index df095474d..7d8f1d957 100644 --- a/registry/client/auth/api_version.go +++ b/registry/client/auth/api_version.go @@ -12,7 +12,7 @@ type APIVersion struct { // such as "registry" Type string - // Version is the vesion of the API specification implemented, + // Version is the version of the API specification implemented, // This may omit the revision number and only include // the major and minor version, such as "2.0" Version string