diff options
author | Christian Pointner <equinox@anytun.org> | 2009-10-04 14:39:09 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2009-10-04 14:39:09 +0000 |
commit | 5c9ec512c574beb7b03e43b899a3b4b67f5263ca (patch) | |
tree | b6ebbe84f6008b7b7e47f7c3d21b5b75276c2934 /src | |
parent | fixed bug @ new exec (diff) |
fixed spell error
Diffstat (limited to 'src')
-rw-r--r-- | src/anytun.cpp | 2 |
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 |