]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
resolve a typo: sanboxing->sandboxing.
authorNick Mathewson <nickm@torproject.org>
Sat, 26 Apr 2014 01:08:01 +0000 (21:08 -0400)
committerNick Mathewson <nickm@torproject.org>
Sat, 26 Apr 2014 01:08:01 +0000 (21:08 -0400)
src/common/sandbox.c

index 4ce9aa92093ceb4880b25a427d33793b43a25e74..8516c754f3be5855bce21348b483f166c4e8ee57 100644 (file)
@@ -1616,7 +1616,7 @@ sandbox_init(sandbox_cfg_t *cfg)
 #elif defined(__linux__)
   (void)cfg;
   log_warn(LD_GENERAL,
-           "This version of Tor was built without support for sanboxing. To "
+           "This version of Tor was built without support for sandboxing. To "
            "build with support for sandboxing on Linux, you must have "
            "libseccomp and its necessary header files (e.g. seccomp.h).");
   return 0;