summaryrefslogtreecommitdiff
path: root/src/common/sandbox.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2016-12-18 04:06:02 -0500
committerRoger Dingledine <arma@torproject.org>2016-12-18 04:06:02 -0500
commit51ee549a90e3e1b6c87f4ac588ac9fed51f0cc27 (patch)
treef2559f02cb985423fd4d6e7a59387ecba8a389b2 /src/common/sandbox.c
parentf3d056ab16e55ae88a0f9e0808e1576e41949cc6 (diff)
downloadtor-51ee549a90e3e1b6c87f4ac588ac9fed51f0cc27.tar.gz
tor-51ee549a90e3e1b6c87f4ac588ac9fed51f0cc27.zip
fix typos and trivial syntax problems
Diffstat (limited to 'src/common/sandbox.c')
-rw-r--r--src/common/sandbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/sandbox.c b/src/common/sandbox.c
index ebc843e130..8e72ebf137 100644
--- a/src/common/sandbox.c
+++ b/src/common/sandbox.c
@@ -1542,7 +1542,7 @@ sandbox_getaddrinfo(const char *name, const char *servname,
return err;
}
- /* Otherwise, the sanbox is on. If we have an item, yield its cached
+ /* Otherwise, the sandbox is on. If we have an item, yield its cached
result. */
if (item) {
*res = item->res;