From: Hongwei Bi Date: Fri, 11 Oct 2013 14:07:23 +0000 (+0800) Subject: nwfilter: fix a typo in nwfilter_gentech_driver.c X-Git-Tag: CVE-2013-4401~93 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a49c34aceb3b718162a6ae68c34df58fd945bb8;p=thirdparty%2Flibvirt.git nwfilter: fix a typo in nwfilter_gentech_driver.c s/occcurred/occurred --- diff --git a/src/nwfilter/nwfilter_gentech_driver.c b/src/nwfilter/nwfilter_gentech_driver.c index 59611655e7..16878a4738 100644 --- a/src/nwfilter/nwfilter_gentech_driver.c +++ b/src/nwfilter/nwfilter_gentech_driver.c @@ -193,7 +193,7 @@ virNWFilterVarHashmapAddStdValues(virNWFilterHashTablePtr table, * Create a hashmap used for evaluating the firewall rules. Initializes * it with the standard variable 'MAC' and 'IP' if provided. * - * Returns pointer to hashmap, NULL if an error occcurred. + * Returns pointer to hashmap, NULL if an error occurred. */ virNWFilterHashTablePtr virNWFilterCreateVarHashmap(char *macaddr,