From 1287d9f0df854d564b6041ab3c1b943b8bd8b4f6 Mon Sep 17 00:00:00 2001 From: Thierry Marianne Date: Sun, 5 Apr 2015 22:07:41 +0200 Subject: [PATCH] Fix typo --- Doctrine/ORM/Provider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doctrine/ORM/Provider.php b/Doctrine/ORM/Provider.php index 303242a..85b5279 100644 --- a/Doctrine/ORM/Provider.php +++ b/Doctrine/ORM/Provider.php @@ -80,7 +80,7 @@ class Provider extends AbstractProvider } /* - * An orderBy DQL part is required to avoid feching the same row twice. + * An orderBy DQL part is required to avoid fetching the same row twice. * @see http://stackoverflow.com/questions/6314879/does-limit-offset-length-require-order-by-for-pagination * @see http://www.postgresql.org/docs/current/static/queries-limit.html * @see http://www.sqlite.org/lang_select.html#orderby