Skip to content

Commit

Permalink
Fix comment typo: parse.go
Browse files Browse the repository at this point in the history
  • Loading branch information
psergee committed Dec 21, 2023
1 parent 2385abb commit 72c3184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parse/parse.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func EnableDebug() {
debug.SetOutput(os.Stderr)
}

// PkgInfo contains inforamtion about a package of files according to mage's
// PkgInfo contains information about a package of files according to mage's
// parsing rules.
type PkgInfo struct {
AstPkg *ast.Package
Expand Down

0 comments on commit 72c3184

Please sign in to comment.