mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-15 08:05:20 +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)) {
|
||||
SYSERROR("Th rootfs \"%s\" is not accessible.", absrootfs);
|
||||
SYSERROR("The rootfs \"%s\" is not accessible.", absrootfs);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user