The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxc/pull/2197

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) ===
Signed-off-by: Stéphane Graber <[email protected]>
From 083bcf36ca58dd476e94cea21c879fba4c0ef603 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <[email protected]>
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 <[email protected]>
---
 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. */
_______________________________________________
lxc-devel mailing list
[email protected]
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to