Merge pull request #2422 from HHHartmann/fix_ftpserver

Small typo in ftp server fails compilation
This commit is contained in:
Terry Ellison 2018-07-09 09:53:14 +01:00 committed by GitHub
commit 727ff91155
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
o--[[ A simple ftp server
--[[ A simple ftp server
This is my implementation of a FTP server using Github user Neronix's
example as inspriration, but as a cleaner Lua implementation that has been