summaryrefslogtreecommitdiff
path: root/src/commit.c
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2013-06-21 11:32:23 +0300
committerTimo Teräs <timo.teras@iki.fi>2013-06-21 11:32:23 +0300
commitf28e77b64d67f8833a66b0878ff695d51d5003c7 (patch)
tree0de1f1464540a427d0abd89892f09ccbb30642e7 /src/commit.c
parent6bc249e3f8239b5c437bfdef28a723b6acb0f772 (diff)
downloadapk-tools-f28e77b64d67f8833a66b0878ff695d51d5003c7.tar.gz
apk-tools-f28e77b64d67f8833a66b0878ff695d51d5003c7.tar.bz2
apk-tools-f28e77b64d67f8833a66b0878ff695d51d5003c7.tar.xz
apk-tools-f28e77b64d67f8833a66b0878ff695d51d5003c7.zip
commit: fix another re-installing misspelling to reinstalling
Diffstat (limited to 'src/commit.c')
-rw-r--r--src/commit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commit.c b/src/commit.c
index 4e42944..2b1eb9f 100644
--- a/src/commit.c
+++ b/src/commit.c
@@ -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";
}