From: Mats Klepsland Date: Wed, 1 Oct 2014 14:39:48 +0000 (+0200) Subject: runmode-pfring: Fixed typo s/fron/from/ X-Git-Tag: suricata-2.1beta2~87 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=78c1af6b386f6fe105c78ca97a95a3f157f12425;p=thirdparty%2Fsuricata.git runmode-pfring: Fixed typo s/fron/from/ --- diff --git a/src/runmode-pfring.c b/src/runmode-pfring.c index 7d9b78498b..fc9271d576 100644 --- a/src/runmode-pfring.c +++ b/src/runmode-pfring.c @@ -166,7 +166,7 @@ void *OldParsePfringConfig(const char *iface) SCLogInfo("DNA interface detected, not setting cluster type for PF_RING (iface %s)", pfconf->iface); } else if (ConfGet("pfring.cluster-type", &tmpctype) != 1) { - SCLogError(SC_ERR_GET_CLUSTER_TYPE_FAILED,"Could not get cluster-type fron config"); + SCLogError(SC_ERR_GET_CLUSTER_TYPE_FAILED,"Could not get cluster-type from config"); } else if (strcmp(tmpctype, "cluster_round_robin") == 0) { SCLogInfo("Using round-robin cluster mode for PF_RING (iface %s)", pfconf->iface); @@ -340,7 +340,7 @@ void *ParsePfringConfig(const char *iface) pfconf->iface); } else if (ConfGetChildValueWithDefault(if_root, if_default, "cluster-type", &tmpctype) != 1) { SCLogError(SC_ERR_GET_CLUSTER_TYPE_FAILED, - "Could not get cluster-type fron config"); + "Could not get cluster-type from config"); } else { getctype = 1; }