From: Evgeni Golov Date: Mon, 17 Apr 2017 08:04:57 +0000 (+0200) Subject: fix typo introduced in #1509 X-Git-Tag: lxc-2.1.0~158^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1511%2Fhead;p=thirdparty%2Flxc.git fix typo introduced in #1509 Signed-off-by: Evgeni Golov --- diff --git a/src/lxc/conf.c b/src/lxc/conf.c index 4372bfe8e..8cd517485 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; }