Typo: 'Accomodate' -> 'Accommodate'
[lttng-tools.git] / src / bin / lttng-relayd / main.c
index 12b7b74f6d8ad7cc5d43799396ee4ba27d456bc2..71a2d925f4bfa0fa983410ebc1b297573b39d561 100644 (file)
@@ -507,7 +507,7 @@ static int set_fd_pool_size(void)
                goto end;
        }
 
-       DBG("File descriptor pool size argument (%u) adjusted to %u to accomodate transient fd uses",
+       DBG("File descriptor pool size argument (%u) adjusted to %u to accommodates transient fd uses",
                        lttng_opt_fd_pool_size,
                        lttng_opt_fd_pool_size - DEFAULT_RELAYD_FD_POOL_SIZE_RESERVE);
        lttng_opt_fd_pool_size -= DEFAULT_RELAYD_FD_POOL_SIZE_RESERVE;
This page took 0.02676 seconds and 5 git commands to generate.