diff options
author | Christian Pointner <equinox@anytun.org> | 2009-12-14 01:30:31 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2009-12-14 01:30:31 +0000 |
commit | fe4aa5a38ead29b6b0d9b1155188ac4bfea35ba4 (patch) | |
tree | f5d07b0fca019809626561d58b501351e7536d3a /src | |
parent | moved openwrt packaging to common repo (diff) |
fixed spelling error programm != program
Diffstat (limited to 'src')
-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; } |