The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/7889
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) ===
From b5f3fb4365ddfccd8c3159dfd62cff6c691435f4 Mon Sep 17 00:00:00 2001 From: Simon Deziel <si...@sdeziel.info> Date: Thu, 17 Sep 2020 22:00:49 -0400 Subject: [PATCH] s/descriptros/descriptors/ Signed-off-by: Simon Deziel <si...@sdeziel.info> --- lxd/daemon.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lxd/daemon.go b/lxd/daemon.go index c040e332d3..171d0df966 100644 --- a/lxd/daemon.go +++ b/lxd/daemon.go @@ -642,9 +642,9 @@ func (d *Daemon) init() error { logger.Infof("Kernel features:") d.os.CloseRange = canUseCloseRange() if d.os.CloseRange { - logger.Infof(" - closing multiple file descriptros efficiently: yes") + logger.Infof(" - closing multiple file descriptors efficiently: yes") } else { - logger.Infof(" - closing multiple file descriptros efficiently: no") + logger.Infof(" - closing multiple file descriptors efficiently: no") } d.os.NetnsGetifaddrs = canUseNetnsGetifaddrs()
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel