From fe4aa5a38ead29b6b0d9b1155188ac4bfea35ba4 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 14 Dec 2009 01:30:31 +0000 Subject: fixed spelling error programm != program --- src/daemon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; } -- cgit v1.2.3