瀏覽代碼

Small typo in ftp server fails compilation

There sneaked in an 'o' at the beginning of the file
Gregor 5 年之前
父節點
當前提交
520b853bf4
共有 1 個文件被更改,包括 1 次插入1 次删除
  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