fetch: spell "its" properly in user visible message

cute-signatures
readerreader 2017-04-24 21:24:36 -03:00 committed by Timo Teräs
parent 9fb2568aa7
commit f3a4272a02
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ static void mark_error(struct fetch_ctx *ctx, const char *match, struct apk_name
if (strchr(match, '*') != NULL)
return;
apk_message("%s: unable to select package (or it's dependencies)", name ? name->name : match);
apk_message("%s: unable to select package (or its dependencies)", name ? name->name : match);
ctx->errors++;
}