1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-05 22:19:03 +00:00

typo fix, replace Oracle with Informix

This commit is contained in:
patrik
2010-08-23 17:25:48 +00:00
parent 88676e1c53
commit c3a1ec9f02

View File

@@ -63,7 +63,7 @@ Driver =
return true
end,
--- Attempts to login to the Oracle server
--- Attempts to login to the Informix server
--
-- @param username string containing the login username
-- @param password string containing the login password
@@ -88,12 +88,12 @@ Driver =
end,
--- Disconnects and terminates the Oracle TNS communication
--- Disconnects and terminates the Informix communication
disconnect = function( self )
self.helper:Close()
end,
--- Perform a connection with the helper, this makes sure that the Oracle
--- Perform a connection with the helper, this makes sure that the Informix
-- instance is correct.
--
-- @return status true on success false on failure