src/: fix typo: receieved vs received

Reported by Debian's lintian tool.

Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
pull/2095/head
Arturo Borrero Gonzalez 9 years ago
parent ea23b85776
commit 221cb93024

@ -807,7 +807,7 @@ error:
* that are negated.
* \param s Pointer to the character string holding the address to be
* parsed.
* \param negate Flag that indicates if the receieved address string is negated
* \param negate Flag that indicates if the received address string is negated
* or not. 0 if it is not, 1 it it is.
*
* \retval 0 On successfully parsing.

@ -952,7 +952,7 @@ error:
* that are negated.
* \param s Pointer to the character string holding the port to be
* parsed.
* \param negate Flag that indicates if the receieved address string is negated
* \param negate Flag that indicates if the received address string is negated
* or not. 0 if it is not, 1 it it is.
*
* \retval 0 On successfully parsing.

@ -1623,7 +1623,7 @@ static TmEcode ParseCommandLine(int argc, char** argv, SCInstance *suri)
LiveRegisterDevice(optarg);
#else
SCLogError(SC_ERR_DAG_REQUIRED, "libdag and a DAG card are required"
" to receieve packets using --dag.");
" to receive packets using --dag.");
return TM_ECODE_FAILED;
#endif /* HAVE_DAG */
}

Loading…
Cancel
Save