[lxc-devel] [go-lxc/v2] Fix the typo (ConsoleLogOptions)

caglar10ur on Github lxc-bot at linuxcontainers.org
Wed Dec 26 22:08:21 UTC 2018


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 351 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20181226/8a682de0/attachment.bin>
-------------- next part --------------
From e2783d3aeb7d1389eb40ffc01a9dab5992a0d755 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=2E=C3=87a=C4=9Flar=20Onur?= <caglar at 10ur.org>
Date: Wed, 26 Dec 2018 14:07:43 -0800
Subject: [PATCH] Fix the typo (ConsoleLogOptions)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: S.Çağlar Onur <caglar at 10ur.org>
---
 options.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/options.go b/options.go
index 23d1bc0..ae6b6fd 100644
--- a/options.go
+++ b/options.go
@@ -200,7 +200,7 @@ type MigrateOptions struct {
 	FeaturesToCheck CriuFeatures
 }
 
-// ConsoleLogOptioins type is used for defining console log options.
+// ConsoleLogOptions type is used for defining console log options.
 type ConsoleLogOptions struct {
 	ClearLog       bool
 	ReadLog        bool


More information about the lxc-devel mailing list