*: s/direcotry/directory/g typo
Signed-off-by: Vincent Batts <vbatts@redhat.com>
This commit is contained in:
parent
65b22e7a78
commit
efe2e75d81
1 changed files with 1 additions and 1 deletions
|
@ -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
|
// should cause an error as it is not possible to overwrite a file with a
|
||||||
// directory.
|
// directory.
|
||||||
func TestCopyCaseI(t *testing.T) {
|
func TestCopyCaseI(t *testing.T) {
|
||||||
|
|
Loading…
Reference in a new issue