Skip to content

Commit

Permalink
fix typo introduced in #1509
Browse files Browse the repository at this point in the history
Signed-off-by: Evgeni Golov <evgeni@debian.org>
  • Loading branch information
evgeni authored and stgraber committed Apr 18, 2017
1 parent 34b8792 commit c2fc203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lxc/conf.c
Expand Up @@ -865,7 +865,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;
}

Expand Down

0 comments on commit c2fc203

Please sign in to comment.