Fix a dup'ed word.

This commit is contained in:
Juan RP 2011-03-03 17:56:18 +01:00
parent 35dc0aa5ad
commit 0452c7c9dd

View File

@ -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;