Parcourir la source

Small typo in ftp server fails compilation

There sneaked in an 'o' at the beginning of the file
Gregor il y a 5 ans
Parent
commit
520b853bf4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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