From 2bac44c206415346622d237eb79ae77c02baf28e Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 29 May 2009 20:07:52 +0000 Subject: fixed spelling error --- src/daemon.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/daemon.hpp') diff --git a/src/daemon.hpp b/src/daemon.hpp index b62da17..124271f 100644 --- a/src/daemon.hpp +++ b/src/daemon.hpp @@ -97,7 +97,7 @@ private: void do_chroot(std::string const& chrootdir) { if (getuid() != 0) - AnytunError::throwErr() << "this programm has to be run as root in order to run in a chroot"; + AnytunError::throwErr() << "this program has to be run as root in order to run in a chroot"; if(chroot(chrootdir.c_str())) AnytunError::throwErr() << "can't chroot to " << chrootdir; -- cgit v1.2.3