hfiref0x / LightFTP

Small x86-32/x64 FTP Server
BSD 2-Clause "Simplified" License
232 stars 83 forks source link

Typo in ftpserv.h #9

Closed hfiref0x closed 6 years ago

hfiref0x commented 6 years ago

Posix version, ftpserv.h

error530_r

static const char error530_r[] = "530 Invalid user name of password.\r\n";

should be

static const char error530_r[] = "530 Invalid user name or password.\r\n";

Will be fixed in the next version.