1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-25 08:59:01 +00:00

Typo fix: LUA -> Lua

This commit is contained in:
fyodor
2011-05-18 23:15:58 +00:00
parent 262cb89cc2
commit de57b85a47

View File

@@ -1,6 +1,6 @@
--- Library method for communicating over RMI (JRMP + java serialization)
--
-- This is a not complete RMI implementation for LUA, which is meant to be able
-- This is a not complete RMI implementation for Lua, which is meant to be able
-- to invoke methods and parse returnvalues which are simple, basically the java primitives.
-- This can be used to e.g dump out the registry, and perform authentication against
-- e.g JMX-services.