소스 검색

fix another misspell

Nicola Murino 6 년 전
부모
커밋
fea9ae1de2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      sftpd/sftpd_test.go

+ 1 - 1
sftpd/sftpd_test.go

@@ -310,7 +310,7 @@ func TestEscapeHomeDir(t *testing.T) {
 		}
 		_, err = client.ReadDir(testDir)
 		if err == nil {
-			t.Errorf("reading a symbolic link outside home dir should not suceeded")
+			t.Errorf("reading a symbolic link outside home dir should not succeeded")
 		}
 		os.Remove(linkPath)
 		testFileName := "test_file.dat"