diff options
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 |