From 51ee549a90e3e1b6c87f4ac588ac9fed51f0cc27 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Sun, 18 Dec 2016 04:06:02 -0500 Subject: fix typos and trivial syntax problems --- src/common/sandbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/sandbox.c') 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; -- cgit v1.2.3-54-g00ecf