]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
src/: fix typo: receieved vs received 2095/head
authorArturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
Mon, 23 May 2016 10:32:34 +0000 (12:32 +0200)
committerArturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
Mon, 23 May 2016 10:32:34 +0000 (12:32 +0200)
Reported by Debian's lintian tool.

Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
src/detect-engine-address.c
src/detect-engine-port.c
src/suricata.c

index 5f601309d2f459de9a282bc2613e1e4d98d4d321..8c07d08fc8551b4cfe847cf5e0dd9fbba4e1ed42 100644 (file)
@@ -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.
index d545dc16d377344b9e5f3f95bb46eab01f791ddd..f1b9d106b94a7c9a1161d79c8af3b3f0b0699ab3 100644 (file)
@@ -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.
index 71a742c421b852df9efeb0124fa8f70d7729381e..ecb1690e1eafc2c0ce4432e7983cdaa438dd262c 100644 (file)
@@ -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 */
                }