helpers, output: Fix spelling

This commit is contained in:
Bjørn Erik Pedersen
2017-03-28 01:19:46 +02:00
parent af55ec7661
commit 5989c4d464
2 changed files with 2 additions and 2 deletions

View File

@@ -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()