fix typo introduced in #1509

Signed-off-by: Evgeni Golov <evgeni@debian.org>
This commit is contained in:
Evgeni Golov 2017-04-17 10:04:57 +02:00
parent 93caf97185
commit d26582c15a

View File

@ -924,7 +924,7 @@ static int mount_rootfs(const char *rootfs, const char *target, const char *opti
} }
if (access(absrootfs, F_OK)) { if (access(absrootfs, F_OK)) {
SYSERROR("Th rootfs \"%s\" is not accessible.", absrootfs); SYSERROR("The rootfs \"%s\" is not accessible.", absrootfs);
return -1; return -1;
} }