[lxc-devel] [lxc/master] Fix typo

stgraber on Github lxc-bot at linuxcontainers.org
Thu Mar 1 06:32:43 UTC 2018


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 354 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20180301/26fc6240/attachment.bin>
-------------- next part --------------
From 083bcf36ca58dd476e94cea21c879fba4c0ef603 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Thu, 1 Mar 2018 01:31:50 -0500
Subject: [PATCH] Fix typo
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
 src/lxc/attach.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lxc/attach.c b/src/lxc/attach.c
index d3b7d342b..241bd3566 100644
--- a/src/lxc/attach.c
+++ b/src/lxc/attach.c
@@ -1295,7 +1295,7 @@ int lxc_attach(const char *name, const char *lxcpath,
 			ret = lxc_attach_pty_mainloop_init(&pty, &descr);
 			if (ret < 0)
 				goto on_error;
-			TRACE("Initalized pty mainloop");
+			TRACE("Initialized pty mainloop");
 		}
 
 		/* Let the child process know to go ahead. */


More information about the lxc-devel mailing list