diff --git a/net/tshttpproxy/tshttpproxy_synology.go b/net/tshttpproxy/tshttpproxy_synology.go index 7ec5cb97d..f16cda8ae 100644 --- a/net/tshttpproxy/tshttpproxy_synology.go +++ b/net/tshttpproxy/tshttpproxy_synology.go @@ -121,7 +121,7 @@ func parseSynologyConfig(r io.Reader) (*url.URL, error) { return proxyURL, nil } -// mtime stat's path and returns it's modification time. If path does not exist, +// mtime stat's path and returns its modification time. If path does not exist, // it returns the unix epoch. func mtime(path string) time.Time { fi, err := os.Stat(path)