chore: fix function names in comment (#5478)

This commit is contained in:
clonefetch
2024-04-08 22:19:02 +08:00
committed by GitHub
parent 3e25ed1b11
commit 9e07a87fcb
5 changed files with 5 additions and 5 deletions

View File

@@ -29,7 +29,7 @@ type SftpServer struct {
var _ = ftpserver.MainDriver(&SftpServer{})
// NewServer returns a new FTP server driver
// NewFtpServer returns a new FTP server driver
func NewFtpServer(ftpListener net.Listener, option *FtpServerOption) (*SftpServer, error) {
var err error
server := &SftpServer{