Skip to content

Commit

Permalink
helpers, output: Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Mar 27, 2017
1 parent af55ec7 commit 5989c4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helpers/baseURL.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down
2 changes: 1 addition & 1 deletion output/outputFormat.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func (formats Formats) GetByName(name string) (f Format, found bool) {
return
}

// Format represents an output represenation, usually to a file on disk.
// Format represents an output representation, usually to a file on disk.
type Format struct {
// The Name is used as an identifier. Internal output formats (i.e. HTML and RSS)
// can be overridden by providing a new definition for those types.
Expand Down

0 comments on commit 5989c4d

Please sign in to comment.