From f0dc2eeac1ee30ba01cea21c55483485f908ea70 Mon Sep 17 00:00:00 2001 From: user Date: Sun, 26 Aug 2018 14:20:37 +0100 Subject: [PATCH] Fix typo --- src/github.com/matrix-org/dendrite/appservice/query/query.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/github.com/matrix-org/dendrite/appservice/query/query.go b/src/github.com/matrix-org/dendrite/appservice/query/query.go index 81da361d..354256c0 100644 --- a/src/github.com/matrix-org/dendrite/appservice/query/query.go +++ b/src/github.com/matrix-org/dendrite/appservice/query/query.go @@ -359,7 +359,7 @@ func makeHTTPClient() *http.Client { } } -// SetupHTTP adds the AppServiceQueryPAI handlers to the http.ServeMux. This +// SetupHTTP adds the AppServiceQueryAPI handlers to the http.ServeMux. This // handles and muxes incoming api requests the to internal AppServiceQueryAPI. func (a *AppServiceQueryAPI) SetupHTTP(servMux *http.ServeMux) { servMux.Handle(