summaryrefslogtreecommitdiffstats
path: root/helpers/baseURL.go
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/baseURL.go')
-rw-r--r--helpers/baseURL.go2
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()