From 2e22b8deaabbb1a6d5f74d841bfe9fda0f5c9b69 Mon Sep 17 00:00:00 2001 From: Ber Clausen Date: Sat, 29 Mar 2014 12:16:59 -0300 Subject: [PATCH] Typo. --- src/ORM/Query.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ORM/Query.php b/src/ORM/Query.php index cb7f0ecc5ca..9926f658289 100644 --- a/src/ORM/Query.php +++ b/src/ORM/Query.php @@ -456,7 +456,7 @@ public function applyOptions(array $options) { } /** - * Return the COUNT(*) for for the query. + * Return the COUNT(*) for the query. * * @return integer */