From e26574fdd94563d7eeb21cc84033c81cfb6aa69b Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 14 Oct 2008 09:56:14 -0700 Subject: [PATCH] No problum any more. --- secchan/secchan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.43.0