diff options
author | Roger Dingledine <arma@torproject.org> | 2020-10-01 19:32:32 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2020-10-01 19:32:32 -0400 |
commit | 4f114f59e62397fba98b17e1394adfa29e3de78b (patch) | |
tree | c48c09eaee4fd9814f3f9c24220a78b0584c4410 /src/app/main | |
parent | e68770719ef4d3d3b83398715b1e10391ab6a1b4 (diff) | |
download | tor-4f114f59e62397fba98b17e1394adfa29e3de78b.tar.gz tor-4f114f59e62397fba98b17e1394adfa29e3de78b.zip |
fix typos
no actual changes
Diffstat (limited to 'src/app/main')
-rw-r--r-- | src/app/main/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/main/main.c b/src/app/main/main.c index 31a4f141ad..ff530c0ad0 100644 --- a/src/app/main/main.c +++ b/src/app/main/main.c @@ -298,7 +298,7 @@ process_signal(int sig) } #ifdef _WIN32 -/** Activate SIGINT on reciving a control signal in console */ +/** Activate SIGINT on receiving a control signal in console. */ static BOOL WINAPI process_win32_console_ctrl(DWORD ctrl_type) { |