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

@ -189,7 +189,7 @@ unpack_archive(prop_dictionary_t pkg_repod,
prop_dictionary_get_bool(pkg_repod, "preserve", &preserve);
prop_dictionary_get_cstring_nocopy(pkg_repod,
"trans-action", &transact);
"transaction", &transact);
assert(transact != NULL);
if (strcmp(transact, "update") == 0)