Commit e6ceab45 by Christian Brauner Committed by GitHub

Merge pull request #1511 from evgeni/typo

fix typo introduced in #1509
parents 93caf971 d26582c1
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment