Reported by Debian's lintian tool.
Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
* 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.
* 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.
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 */
}