Skip to content

Commit adf7fb2

Browse files
committed
Merge pull request #848 from thierrymarianne/patch-1
Fix typo
2 parents c5728b5 + 1287d9f commit adf7fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doctrine/ORM/Provider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ protected function fetchSlice($queryBuilder, $limit, $offset)
8080
}
8181

8282
/*
83-
* An orderBy DQL part is required to avoid feching the same row twice.
83+
* An orderBy DQL part is required to avoid fetching the same row twice.
8484
* @see http://stackoverflow.com/questions/6314879/does-limit-offset-length-require-order-by-for-pagination
8585
* @see http://www.postgresql.org/docs/current/static/queries-limit.html
8686
* @see http://www.sqlite.org/lang_select.html#orderby

0 commit comments

Comments
 (0)