From de57b85a4791caa7ddef909a7576a8ea5693c800 Mon Sep 17 00:00:00 2001 From: fyodor Date: Wed, 18 May 2011 23:15:58 +0000 Subject: [PATCH] Typo fix: LUA -> Lua --- nselib/rmi.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nselib/rmi.lua b/nselib/rmi.lua index 0dd2ce6ee..fd7f279d1 100644 --- a/nselib/rmi.lua +++ b/nselib/rmi.lua @@ -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.