From f9529051b1255338b2e43bbf4f10b365cc4eeda7 Mon Sep 17 00:00:00 2001 From: Mark Story Date: Sat, 28 Mar 2015 13:07:02 -0400 Subject: [PATCH] Fix typo. --- src/ORM/ResultSet.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ORM/ResultSet.php b/src/ORM/ResultSet.php index e929afc4938..355e3fe7709 100644 --- a/src/ORM/ResultSet.php +++ b/src/ORM/ResultSet.php @@ -354,8 +354,8 @@ protected function _calculateAssociationMap() } /** - * Creates a map of row keys out of the query select clasuse that can be - * used to quickly hydrate correctly nested result sets. + * Creates a map of row keys out of the query select clause that can be + * used to hydrate nested result sets more quickly. * * @return void */