diff options
author | Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com> | 2017-03-28 01:19:46 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com> | 2017-03-28 01:19:46 +0200 |
commit | 5989c4d46474298e7f9f26ddeec8e3ec62ae5677 (patch) | |
tree | 3b0383f0dde0c00c18f266cdd2c06fda99c76077 /helpers/baseURL.go | |
parent | af55ec76618091677385c7fdc66deece1eae4375 (diff) |
helpers, output: Fix spelling
Diffstat (limited to 'helpers/baseURL.go')
-rw-r--r-- | helpers/baseURL.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/baseURL.go b/helpers/baseURL.go index 50265fe36..5ea82b26d 100644 --- a/helpers/baseURL.go +++ b/helpers/baseURL.go @@ -30,7 +30,7 @@ func (b BaseURL) String() string { return b.urlStr } -// Protocol is normaly on the form "scheme://", i.e. "webcal://". +// Protocol is normally on the form "scheme://", i.e. "webcal://". func (b BaseURL) WithProtocol(protocol string) (string, error) { u := b.URL() |