index: fix unsatisfied dependencies warning (maybe vs may be)

cute-signatures
William Pitcock 2017-05-28 05:41:36 +00:00
parent 3eb0a0aaa4
commit 9325eb721d
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ static int index_main(void *ctx, struct apk_database *db, struct apk_string_arra
if (counts.unsatisfied != 0)
apk_warning("Total of %d unsatisfiable package "
"names. Your repository maybe broken.",
"names. Your repository may be broken.",
counts.unsatisfied);
apk_message("Index has %d packages (of which %d are new)",
total, newpkgs);