From 36d90d24920655061626ef00764709a93e519fce Mon Sep 17 00:00:00 2001 From: Hu Keping Date: Thu, 4 Jun 2015 23:35:14 +0800 Subject: [PATCH] Fix typo Signed-off-by: Hu Keping --- manifest/manifest.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest/manifest.go b/manifest/manifest.go index 666b6b36..48467d48 100644 --- a/manifest/manifest.go +++ b/manifest/manifest.go @@ -8,7 +8,7 @@ import ( ) // TODO(stevvooe): When we rev the manifest format, the contents of this -// package should me moved to manifest/v1. +// package should be moved to manifest/v1. const ( // ManifestMediaType specifies the mediaType for the current version. Note