nwfilter: fix a typo in nwfilter_gentech_driver.c

s/occcurred/occurred
This commit is contained in:
Hongwei Bi 2013-10-11 22:07:23 +08:00 committed by Eric Blake
parent 2f776d4979
commit 3a49c34ace

View File

@ -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,