From 4106ce71691fe5a9de7bb3d939d95bed11c7b79b Mon Sep 17 00:00:00 2001 From: Pradeep Nayak Date: Wed, 27 Jan 2016 02:14:03 +0530 Subject: [PATCH] --CRM-16188, fixed typo --- CRM/Contribute/BAO/Contribution.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Contribute/BAO/Contribution.php b/CRM/Contribute/BAO/Contribution.php index 0f30b667d3..763f9b629d 100644 --- a/CRM/Contribute/BAO/Contribution.php +++ b/CRM/Contribute/BAO/Contribution.php @@ -4819,7 +4819,7 @@ LIMIT 1;"; } /** - * Function use to check check line items + * Function to check line items * * @param array $params * array of order params. -- 2.25.1