From: Nick Mathewson Date: Sat, 26 Apr 2014 01:08:01 +0000 (-0400) Subject: resolve a typo: sanboxing->sandboxing. X-Git-Tag: tor-0.2.5.4-alpha~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9735ca6e3096be2ecb32848a44dce71827cd193e;p=thirdparty%2Ftor.git resolve a typo: sanboxing->sandboxing. --- diff --git a/src/common/sandbox.c b/src/common/sandbox.c index 4ce9aa9209..8516c754f3 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;