diff options
-rw-r--r-- | src/index.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.c b/src/index.c index 344f35f..1c39e3c 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); |