commit: fix another re-installing misspelling to reinstalling

cute-signatures
Timo Teräs 2013-06-21 11:32:23 +03:00
parent 6bc249e3f8
commit f28e77b64d
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ static int print_change(struct apk_database *db, struct apk_change *change,
if (pkg_available(db, newpkg))
msg = "Reinstalling";
else
msg = "[APK unavailable, skipped] Re-installing";
msg = "[APK unavailable, skipped] Reinstalling";
} else if (change->old_repository_tag != change->new_repository_tag) {
msg = "Updating pinning";
}