diff options
author | Roger Dingledine <arma@torproject.org> | 2017-11-01 16:44:09 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2017-11-01 16:44:09 -0400 |
commit | 7700b99fe6aa8b66a76e70a40f5f37eef1017e5e (patch) | |
tree | b1d402f2bd54fed7ecd93921ee696afd37b9caf1 /src/or/config.c | |
parent | affaaa1968ceed8d33b11168221887dbb52f0285 (diff) | |
download | tor-7700b99fe6aa8b66a76e70a40f5f37eef1017e5e.tar.gz tor-7700b99fe6aa8b66a76e70a40f5f37eef1017e5e.zip |
easy typos while reviewing commits
Diffstat (limited to 'src/or/config.c')
-rw-r--r-- | src/or/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/config.c b/src/or/config.c index b09603f5c1..b09535ba0a 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -1777,7 +1777,7 @@ options_act(const or_options_t *old_options) if (running_tor && !old_options && options->OwningControllerFD != -1) { #ifdef _WIN32 log_warn(LD_CONFIG, "OwningControllerFD is not supported on Windows. " - "If you neeed it, tell the Tor developers."); + "If you need it, tell the Tor developers."); return -1; #else const unsigned ctrl_flags = |