From efe2e75d81a9bea64642b432ff256a295aad8bcf Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Mon, 27 Jul 2015 11:29:28 -0400 Subject: [PATCH] *: s/direcotry/directory/g typo Signed-off-by: Vincent Batts --- archive/copy_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archive/copy_test.go b/archive/copy_test.go index d0cfa18..dd0b323 100644 --- a/archive/copy_test.go +++ b/archive/copy_test.go @@ -565,7 +565,7 @@ func TestCopyCaseH(t *testing.T) { } } -// I. SRC specifies a direcotry's contents only and DST exists as a file. This +// I. SRC specifies a directory's contents only and DST exists as a file. This // should cause an error as it is not possible to overwrite a file with a // directory. func TestCopyCaseI(t *testing.T) {