From 5989c4d46474298e7f9f26ddeec8e3ec62ae5677 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 28 Mar 2017 01:19:46 +0200 Subject: helpers, output: Fix spelling --- helpers/baseURL.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpers') 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() -- cgit v1.2.3