Fix typo in error message.
authorBen Pfaff <blp@nicira.com>
Fri, 12 Dec 2008 01:00:43 +0000 (17:00 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 16 Dec 2008 23:59:54 +0000 (15:59 -0800)
secchan/executer.c

index a430950..5619c51 100644 (file)
@@ -504,7 +504,7 @@ executer_start(struct secchan *secchan, const struct settings *settings)
     sigemptyset(&sa.sa_mask);
     sa.sa_flags = SA_NOCLDSTOP | SA_RESTART;
     if (sigaction(SIGCHLD, &sa, NULL)) {
-        ofp_fatal(errno, "sigaction(SIGCHLD) faile");
+        ofp_fatal(errno, "sigaction(SIGCHLD) failed");
     }
 
     /* Add hook. */