[lxc-devel] [lxc/master] fix typo introduced in #1509

evgeni on Github lxc-bot at linuxcontainers.org
Mon Apr 17 08:05:30 UTC 2017


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 348 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20170417/8d32a602/attachment.bin>
-------------- next part --------------
From d26582c15a625e7d90800073965a77b880af25a1 Mon Sep 17 00:00:00 2001
From: Evgeni Golov <evgeni at debian.org>
Date: Mon, 17 Apr 2017 10:04:57 +0200
Subject: [PATCH] fix typo introduced in #1509

Signed-off-by: Evgeni Golov <evgeni at debian.org>
---
 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 4372bfe..8cd5174 100644
--- a/src/lxc/conf.c
+++ b/src/lxc/conf.c
@@ -924,7 +924,7 @@ static int mount_rootfs(const char *rootfs, const char *target, const char *opti
 	}
 
 	if (access(absrootfs, F_OK)) {
-		SYSERROR("Th rootfs \"%s\" is not accessible.", absrootfs);
+		SYSERROR("The rootfs \"%s\" is not accessible.", absrootfs);
 		return -1;
 	}
 


More information about the lxc-devel mailing list