浏览代码

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"