From: Ben Pfaff Date: Tue, 14 Oct 2008 16:56:14 +0000 (-0700) Subject: No problum any more. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e26574fdd94563d7eeb21cc84033c81cfb6aa69b;p=openvswitch No problum any more. --- diff --git a/secchan/secchan.c b/secchan/secchan.c index 08461119..4e7e3e58 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);