summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-10-04 14:39:09 +0000
committerChristian Pointner <equinox@anytun.org>2009-10-04 14:39:09 +0000
commit5c9ec512c574beb7b03e43b899a3b4b67f5263ca (patch)
treeb6ebbe84f6008b7b7e47f7c3d21b5b75276c2934
parentfixed bug @ new exec (diff)
fixed spell error
-rw-r--r--src/anytun.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/anytun.cpp b/src/anytun.cpp
index 7e009ac..cc40ab0 100644
--- a/src/anytun.cpp
+++ b/src/anytun.cpp
@@ -326,7 +326,7 @@ void startSendRecvThreads(TunDevice* dev, PacketSource* src)
do_chroot(gOpt.getChrootDir());
}
catch(const std::runtime_error& e) {
- cLog.msg(Log::PRIO_WARNING) << "ignroing chroot error: " << e.what();
+ cLog.msg(Log::PRIO_WARNING) << "ignoring chroot error: " << e.what();
}
}
#ifndef NO_PRIVDROP