1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-10 09:49:05 +00:00

Spelling fixes for Lua files

Mostly in documentation/comments, but a couple code bugs were caught,
including a call to stdnse.pirnt_debug and a mis-declared variable.
This commit is contained in:
dmiller
2014-02-19 04:15:46 +00:00
parent 54fa265f5c
commit 1b71f75aad
202 changed files with 532 additions and 532 deletions

View File

@@ -1,6 +1,6 @@
---
-- This library implements the fundamentals needed to communicate with the
-- WinPcap Remote Capture Deamon. It currently supports authenticating to
-- WinPcap Remote Capture Daemon. It currently supports authenticating to
-- the service using either NULL-, or Password-based authentication.
-- In addition it has the capabilities to list the interfaces that may be
-- used for sniffing.
@@ -10,7 +10,7 @@
-- handled by the <code>Comm</code> class, and the main interface for script
-- writers is kept under the <code>Helper</code> class.
--
-- The following code snipplet illustrates how to connect to the service and
-- The following code snippet illustrates how to connect to the service and
-- extract information about network interfaces:
-- <code>
-- local helper = rpcap.Helper:new(host, port)
@@ -388,7 +388,7 @@ Helper = {
-- @param username [optional]
-- @param password [optional]
-- @return status true on success, false on failure
-- @return err string containing error mesage on failure
-- @return err string containing error message on failure
login = function(self, username, password)
local auth