Skip to content

Commit

Permalink
Fixed trivial typo
Browse files Browse the repository at this point in the history
packags -> packages
  • Loading branch information
autolyticus authored Jun 10, 2018
1 parent 2c6cff3 commit 219e50e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ func syncSearch(pkgS []string) (err error) {

if aurErr != nil {
fmt.Printf("Error during AUR search: %s\n", aurErr)
fmt.Println("Showing Repo packags only")
fmt.Println("Showing Repo packages only")
}

return nil
Expand Down

0 comments on commit 219e50e

Please sign in to comment.