aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.c')
-rw-r--r--src/index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.c b/src/index.c
index 344f35ff30..1c39e3c1ff 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);