From: Ben Pfaff Date: Tue, 14 Oct 2008 16:56:14 +0000 (-0700) Subject: No problum any more. X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=e26574fdd94563d7eeb21cc84033c81cfb6aa69b;p=sliver-openvswitch.git No problum any more. --- diff --git a/secchan/secchan.c b/secchan/secchan.c index 084611195..4e7e3e589 100644 --- a/secchan/secchan.c +++ b/secchan/secchan.c @@ -1295,7 +1295,7 @@ snat_hook_create(struct port_watcher *pw) ret = system(SNAT_FLUSH_ALL_CMD); if (ret != 0) { - VLOG_ERR("SNAT: problum flushing tables"); + VLOG_ERR("SNAT: problem flushing tables"); } snat = xcalloc(1, sizeof *snat);