Rename the transaction object key to "transaction" rater than "trans-action".

This commit is contained in:
Juan RP
2011-02-05 12:21:04 +01:00
parent 8803bfd7d8
commit d5c2a3266f
7 changed files with 13 additions and 13 deletions

View File

@@ -84,7 +84,7 @@ xbps_repository_pkg_replaces(prop_dictionary_t transd,
* as to be "removed".
*/
prop_dictionary_set_cstring_nocopy(instd,
"trans-action", "remove");
"transaction", "remove");
if (!xbps_add_obj_to_array(unsorted, instd)) {
prop_object_release(instd);
prop_object_iterator_release(iter);