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

@ -168,10 +168,10 @@ repository_find_pkg(const char *pattern, const char *reason)
goto out;
/*
* Set trans-action obj in pkg dictionary to "install" or "update".
* Set transaction obj in pkg dictionary to "install" or "update".
*/
if (!prop_dictionary_set_cstring_nocopy(origin_pkgrd,
"trans-action", reason)) {
"transaction", reason)) {
rv = EINVAL;
goto out;
}