Fix typos in doc strings.
This commit is contained in:
		
							parent
							
								
									7663565cd3
								
							
						
					
					
						commit
						90f8117fba
					
				|  | @ -195,7 +195,7 @@ func NewWebSocketOrRestReverseProxy(u *url.URL, opts *Options, auth hmacauth.Hma | ||||||
| 	} | 	} | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| // NewOAuthProxy creates a new instance of OOuthProxy from the options provided
 | // NewOAuthProxy creates a new instance of OAuthProxy from the options provided
 | ||||||
| func NewOAuthProxy(opts *Options, validator func(string) bool) *OAuthProxy { | func NewOAuthProxy(opts *Options, validator func(string) bool) *OAuthProxy { | ||||||
| 	serveMux := http.NewServeMux() | 	serveMux := http.NewServeMux() | ||||||
| 	var auth hmacauth.HmacAuth | 	var auth hmacauth.HmacAuth | ||||||
|  |  | ||||||
|  | @ -34,7 +34,7 @@ func MakeCookie(req *http.Request, name string, value string, path string, domai | ||||||
| 	} | 	} | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| // MakeCookieFromOptions constructs a cookie based on the givemn *options.CookieOptions,
 | // MakeCookieFromOptions constructs a cookie based on the given *options.CookieOptions,
 | ||||||
| // value and creation time
 | // value and creation time
 | ||||||
| func MakeCookieFromOptions(req *http.Request, name string, value string, opts *options.CookieOptions, expiration time.Duration, now time.Time) *http.Cookie { | func MakeCookieFromOptions(req *http.Request, name string, value string, opts *options.CookieOptions, expiration time.Duration, now time.Time) *http.Cookie { | ||||||
| 	return MakeCookie(req, name, value, opts.CookiePath, opts.CookieDomain, opts.CookieHTTPOnly, opts.CookieSecure, expiration, now) | 	return MakeCookie(req, name, value, opts.CookiePath, opts.CookieDomain, opts.CookieHTTPOnly, opts.CookieSecure, expiration, now) | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue