X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fdaemonize.c;h=40cef3840000a9a44848d779f531a9ea400ae983;hp=88ec9f13472a88aba1f49ae07a97ced16806b5dd;hb=f3630ec4ac23f0bc4f2e9b438310eadb5d3ebcb4;hpb=ce9ee1fb2847b1603c4382c82aef95121f0e3d07 diff --git a/src/common/daemonize.c b/src/common/daemonize.c index 88ec9f134..40cef3840 100644 --- a/src/common/daemonize.c +++ b/src/common/daemonize.c @@ -118,7 +118,7 @@ int lttng_daemonize(pid_t *child_ppid, int *completion_flag, /* * From this point on, the parent can exit and the child - * is now an operationnal session daemon ready to serve + * is now an operational session daemon ready to serve * clients and applications. */ exit(EXIT_SUCCESS);