From 9852819ffd71fe7d2df3665c339bbe9b2371f272 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Sun, 28 May 2017 05:41:36 +0000 Subject: index: fix unsatisfied dependencies warning (maybe vs may be) (cherry picked from commit 9325eb721d123bbcb51f0cd838fbe7dc54bc77bb) --- src/index.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/index.c b/src/index.c index 1ad41ca..45d371b 100644 --- a/src/index.c +++ b/src/index.c @@ -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); -- cgit v1.2.3