diff options
author | Neel Chauhan <neel@neelc.org> | 2018-08-20 11:49:35 -0400 |
---|---|---|
committer | Neel Chauhan <neel@neelc.org> | 2018-08-20 11:49:35 -0400 |
commit | aab6aea1973c50e62b2269773fc262ad69f174fd (patch) | |
tree | 213b960484d7173c7b398014d52cd72424e4428e /src/feature/control | |
parent | e0b8c53f56441eb0a8d9ebc5d579b520a31291c6 (diff) | |
download | tor-aab6aea1973c50e62b2269773fc262ad69f174fd.tar.gz tor-aab6aea1973c50e62b2269773fc262ad69f174fd.zip |
Fix typo in comment for getinfo_helper_current_time()
Diffstat (limited to 'src/feature/control')
-rw-r--r-- | src/feature/control/control.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/control/control.c b/src/feature/control/control.c index da4b48fab1..f71818241d 100644 --- 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, |