Skip to content

Commit

Permalink
Merge pull request #4 from whalehub/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
stp-ip committed Jul 9, 2019
2 parents 3e2ce98 + 8794314 commit 17d0b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torproxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"golang.org/x/net/proxy"
)

// Proxy redirects the request to the local onion serivce and the actual proxying
// Proxy redirects the request to the local onion service and the actual proxying
// happens inside onion service's http handler
func (c Config) Proxy(w http.ResponseWriter, r *http.Request) error {
u, err := url.Parse(c.To[r.Host])
Expand Down

0 comments on commit 17d0b51

Please sign in to comment.