diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-04-25 21:08:01 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-04-25 21:08:01 -0400 |
commit | 9735ca6e3096be2ecb32848a44dce71827cd193e (patch) | |
tree | e76ad9966013f7710f57c3b3acf556ebd615e650 /src/common | |
parent | 95517279326babde5adece22da1867097fb68100 (diff) | |
download | tor-9735ca6e3096be2ecb32848a44dce71827cd193e.tar tor-9735ca6e3096be2ecb32848a44dce71827cd193e.tar.gz |
resolve a typo: sanboxing->sandboxing.
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/sandbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/sandbox.c b/src/common/sandbox.c index 4ce9aa920..8516c754f 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; |