fixed typo

This commit is contained in:
ston1th 2017-04-19 23:27:45 +02:00
commit 09266c9d51

View file

@ -24,7 +24,7 @@ type Config struct {
// Group is the group to drop privileges to.
Group string
// Chroot is the directory to chroot into. Leave this emptry for no chroot.
// When running on linux, make sure the chroot directory contains the /etc/passwd and /etc/group files.
// When compiling without cgo, make sure the chroot directory contains the /etc/passwd and /etc/group files.
Chroot string
// Set to true, to run the process in the foreground.
Foreground bool