From 2c2b77c508aa4437ae3e65202c9759dc3046905c Mon Sep 17 00:00:00 2001 From: Shawn Smith Date: Sun, 7 Feb 2016 15:05:02 +0900 Subject: [PATCH] fix typo --- registry/testhelper.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/testhelper.go b/registry/testhelper.go index 5472e07bd..1df44ce06 100644 --- a/registry/testhelper.go +++ b/registry/testhelper.go @@ -38,7 +38,7 @@ type TestURLAndError struct { Err error } -// DownloadResponse holds a mock http reponse for testing. +// DownloadResponse holds a mock http response for testing. type DownloadResponse struct { Err error Code int