[lxc-devel] [lxd/master] s/descriptros/descriptors/

simondeziel on Github lxc-bot at linuxcontainers.org
Fri Sep 18 02:01:20 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 301 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20200917/123975b0/attachment.bin>
-------------- next part --------------
From b5f3fb4365ddfccd8c3159dfd62cff6c691435f4 Mon Sep 17 00:00:00 2001
From: Simon Deziel <simon at sdeziel.info>
Date: Thu, 17 Sep 2020 22:00:49 -0400
Subject: [PATCH] s/descriptros/descriptors/

Signed-off-by: Simon Deziel <simon at 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()


More information about the lxc-devel mailing list