Fixed trivial typo

packags -> packages
This commit is contained in:
Govind KP 2018-06-10 13:58:21 +05:30 committed by GitHub
parent 2c6cff36da
commit 219e50e668
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