Merge pull request #479 from reisub0/master

Fixed trivial typo
This commit is contained in:
Anna 2018-06-10 09:41:13 +01:00 committed by GitHub
commit 4d6c49b64a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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