package_unpack.c: fix a comment.

This commit is contained in:
Juan RP
2011-02-21 17:57:46 +01:00
parent 950853c72f
commit bdfa81c29d

View File

@ -50,7 +50,7 @@
* - Finally its state is set to XBPS_PKG_STATE_UNPACKED. * - Finally its state is set to XBPS_PKG_STATE_UNPACKED.
* *
* The following image shown below represents a transaction dictionary * The following image shown below represents a transaction dictionary
* returned by xbps_repository_get_transaction_dict(): * returned by xbps_transaction_prepare():
* *
* @image html images/xbps_transaction_dictionary.png * @image html images/xbps_transaction_dictionary.png
* *