diff options
-rw-r--r-- | src/daemon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon.h b/src/daemon.h index 22e0ac0..0c57a8c 100644 --- a/src/daemon.h +++ b/src/daemon.h @@ -109,7 +109,7 @@ int priv_drop(priv_info_t* priv) int do_chroot(const char* chrootdir) { if(getuid() != 0) { - log_printf(ERROR, "this programm has to be run as root in order to run in a chroot"); + log_printf(ERROR, "this program has to be run as root in order to run in a chroot"); return -1; } |