Skip to content

Commit

Permalink
resource: typo fix in doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaeon committed Jul 11, 2016
1 parent 48fe6a0 commit 247544d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource/package.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
var ErrNoPackageProviderFound = errors.New("No suitable package provider found")

// BasePackage is the base resource type for package management
// It's purpose is to be embeded into other package resource providers.
// It's purpose is to be embedded into other package resource providers.
type BasePackage struct {
BaseResource

Expand Down

0 comments on commit 247544d

Please sign in to comment.