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/anyrtpproxy/anyrtpproxy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/anyrtpproxy/anyrtpproxy.cpp') diff --git a/src/anyrtpproxy/anyrtpproxy.cpp b/src/anyrtpproxy/anyrtpproxy.cpp index fdb809e..f3fdbae 100644 --- a/src/anyrtpproxy/anyrtpproxy.cpp +++ b/src/anyrtpproxy/anyrtpproxy.cpp @@ -211,7 +211,7 @@ void chrootAndDrop(string const& chrootdir, string const& username) { if (getuid() != 0) { - std::cerr << "this programm has to be run as root in order to run in a chroot" << std::endl; + std::cerr << "this program has to be run as root in order to run in a chroot" << std::endl; exit(-1); } -- cgit v1.2.3