diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-11-07 20:59:52 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-11-07 20:59:52 -0200 |
commit | e3767919e06ac1f5c6a91ac8dd051aad41c8c4e4 (patch) | |
tree | 4880a32718e1a1d20322064a706015bfb7da8530 | |
parent | 23843e21523a7b2a73c54eff2a71e6a481c56cae (diff) | |
download | muamba-e3767919e06ac1f5c6a91ac8dd051aad41c8c4e4.tar.gz muamba-e3767919e06ac1f5c6a91ac8dd051aad41c8c4e4.tar.bz2 |
Doc change
-rw-r--r-- | muamba.business.inc | 2 | ||||
-rw-r--r-- | muamba.db.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/muamba.business.inc b/muamba.business.inc index 4b033e7..2aac179 100644 --- a/muamba.business.inc +++ b/muamba.business.inc @@ -21,7 +21,7 @@ function muamba_ongoing() { * Determine possible actions for a transaction. * * @param $type - * Transaction type (sent or received). + * Transaction perspective (sent or received). * * @param $status * Current transaction status. diff --git a/muamba.db.inc b/muamba.db.inc index cc87603..5e3a403 100644 --- a/muamba.db.inc +++ b/muamba.db.inc @@ -44,7 +44,7 @@ function muamba_check_user_request($nid, $uid) { * Requester user uid. * * @param $type - * Transaction type (sent or received). + * Transaction perspective (sent or received). * * @param $status * Current transaction status. |