mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-15 12:06:12 +00:00
fix typo introduced in #1509
Signed-off-by: Evgeni Golov <evgeni@debian.org>
This commit is contained in:
parent
93caf97185
commit
d26582c15a
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user