summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-12-14 01:30:31 +0000
committerChristian Pointner <equinox@anytun.org>2009-12-14 01:30:31 +0000
commitfe4aa5a38ead29b6b0d9b1155188ac4bfea35ba4 (patch)
treef5d07b0fca019809626561d58b501351e7536d3a
parentmoved openwrt packaging to common repo (diff)
fixed spelling error programm != program
-rw-r--r--src/daemon.h2
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;
}