No problum any more.
authorBen Pfaff <blp@nicira.com>
Tue, 14 Oct 2008 16:56:14 +0000 (09:56 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 14 Oct 2008 17:17:00 +0000 (10:17 -0700)
secchan/secchan.c

index 0846111..4e7e3e5 100644 (file)
@@ -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);