0
0
Fork 0

typo in comment

This commit is contained in:
Marty Schoch 2014-12-12 13:21:59 -05:00
parent b97da21d5c
commit 5bfbcda97d
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ func (h *SearchHandler) ServeHTTP(w http.ResponseWriter, req *http.Request) {
log.Printf("parsed request %#v", searchRequest)
// varlidate the query
// validate the query
err = searchRequest.Query.Validate()
if err != nil {
showError(w, req, fmt.Sprintf("error validating query: %v", err), 400)