commit aab6aea1973c50e62b2269773fc262ad69f174fd Author: Neel Chauhan neel@neelc.org Date: Mon Aug 20 11:49:35 2018 -0400
Fix typo in comment for getinfo_helper_current_time() --- src/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 index da4b48fab..f71818241 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,