The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxc/pull/1511
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: Evgeni Golov <[email protected]>
From d26582c15a625e7d90800073965a77b880af25a1 Mon Sep 17 00:00:00 2001 From: Evgeni Golov <[email protected]> Date: Mon, 17 Apr 2017 10:04:57 +0200 Subject: [PATCH] fix typo introduced in #1509 Signed-off-by: Evgeni Golov <[email protected]> --- 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; }
_______________________________________________ lxc-devel mailing list [email protected] http://lists.linuxcontainers.org/listinfo/lxc-devel
