Skip to content

Commit

Permalink
fix: correct the spelling of "snapshotting" (#1450)
Browse files Browse the repository at this point in the history
Small and relatively insignificant change, but the correct spelling is
with two "t's"

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
jaxxstorm and kodiakhq[bot] committed Apr 17, 2020
1 parent 8a209ec commit daa4501
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/pipe/snapshot/snapshot.go
@@ -1,4 +1,4 @@
// Package snapshot provides the snapshoting functionality to goreleaser.
// Package snapshot provides the snapshotting functionality to goreleaser.
package snapshot

import (
Expand All @@ -14,7 +14,7 @@ import (
type Pipe struct{}

func (Pipe) String() string {
return "snapshoting"
return "snapshotting"
}

// Default sets the pipe defaults
Expand Down

0 comments on commit daa4501

Please sign in to comment.