Forráskód Böngészése

Small typo in ftp server fails compilation

There sneaked in an 'o' at the beginning of the file
Gregor 5 éve
szülő
commit
520b853bf4
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      lua_modules/ftp/ftpserver.lua

+ 1 - 1
lua_modules/ftp/ftpserver.lua

@@ -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