[lxc-devel] [lxc/master] conf: s/ty/tty/g

brauner on Github lxc-bot at linuxcontainers.org
Thu Nov 8 17:56:41 UTC 2018


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 364 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20181108/0eff9e7d/attachment.bin>
-------------- next part --------------
From 7d7333b3d0addc261dc23b1ea854393f25d8a965 Mon Sep 17 00:00:00 2001
From: Christian Brauner <christian.brauner at ubuntu.com>
Date: Thu, 8 Nov 2018 18:55:16 +0100
Subject: [PATCH] conf: s/ty/tty/g

Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>
---
 src/lxc/conf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lxc/conf.c b/src/lxc/conf.c
index fbf569b0f..3d0e4a192 100644
--- a/src/lxc/conf.c
+++ b/src/lxc/conf.c
@@ -1078,7 +1078,7 @@ static int lxc_send_ttys_to_parent(struct lxc_handler *handler)
 		if (ret < 0)
 			break;
 
-		TRACE("Sent ty \"%s\" with master fd %d and slave fd %d to "
+		TRACE("Sent tty \"%s\" with master fd %d and slave fd %d to "
 		      "parent", tty->name, tty->master, tty->slave);
 	}
 


More information about the lxc-devel mailing list