From 0452c7c9ddc16f0f9089fef90525cf1bbb265cb5 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 3 Mar 2011 17:56:18 +0100 Subject: [PATCH] Fix a dup'ed word. --- lib/package_unpack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/package_unpack.c b/lib/package_unpack.c index ec62a006..5b0f72cd 100644 --- a/lib/package_unpack.c +++ b/lib/package_unpack.c @@ -166,7 +166,7 @@ remove_file_wrong_hash(prop_dictionary_t d, const char *file) if (rv == ERANGE) { (void)unlink(file); xbps_warn_printf("Removed `%s' entry with " - "with unmatched hash.\n", file); + "unmatched hash.\n", file); } } return rv;