tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit aab6aea1973c50e62b2269773fc262ad69f174fd
parent e0b8c53f56441eb0a8d9ebc5d579b520a31291c6
Author: Neel Chauhan <neel@neelc.org>
Date:   Mon, 20 Aug 2018 11:49:35 -0400

Fix typo in comment for getinfo_helper_current_time()

Diffstat:
Msrc/feature/control/control.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/feature/control/control.c b/src/feature/control/control.c @@ -2056,7 +2056,7 @@ getinfo_helper_listeners(control_connection_t *control_conn, } /** Implementation helper for GETINFO: answers requests for information about - * the current time in both local and UTF forms. */ + * the current time in both local and UTC forms. */ STATIC int getinfo_helper_current_time(control_connection_t *control_conn, const char *question,