Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanejohnson committed Sep 9, 2020
1 parent 371346a commit 3e7b393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion route/table.go
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ func (t Table) matchingHostNoGlob(req *http.Request) (hosts []string) {
return
}

func sortHostsReverHostPort(hosts []string) []string {
func sortHostsReverseHostPort(hosts []string) []string {
// Issue 506: multiple glob patterns hosts in wrong order
//
// DNS names have their most specific part at the front. In order to sort
Expand Down

0 comments on commit 3e7b393

Please sign in to comment.