[tor-commits] [tor/master] resolve a typo: sanboxing->sandboxing.

nickm at torproject.org nickm at torproject.org
Sat Apr 26 01:08:08 UTC 2014


commit 9735ca6e3096be2ecb32848a44dce71827cd193e
Author: Nick Mathewson <nickm at torproject.org>
Date:   Fri Apr 25 21:08:01 2014 -0400

    resolve a typo: sanboxing->sandboxing.
---
 src/common/sandbox.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/common/sandbox.c b/src/common/sandbox.c
index 4ce9aa9..8516c75 100644
--- a/src/common/sandbox.c
+++ b/src/common/sandbox.c
@@ -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;



More information about the tor-commits mailing list