Browse Source

fix another misspell

Nicola Murino 6 năm trước cách đây
mục cha
commit
fea9ae1de2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"