From d26582c15a625e7d90800073965a77b880af25a1 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Mon, 17 Apr 2017 10:04:57 +0200 Subject: [PATCH] fix typo introduced in #1509 Signed-off-by: Evgeni Golov --- 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 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; }