Browse Source

Merge pull request #479 from reisub0/master

Fixed trivial typo
Anna 6 years ago
parent
commit
4d6c49b64a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      query.go

+ 1 - 1
query.go

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