diff options
Diffstat (limited to 'includes/pager.inc')
-rw-r--r-- | includes/pager.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/pager.inc b/includes/pager.inc index 7a3a7be30..a5d3e6be0 100644 --- a/includes/pager.inc +++ b/includes/pager.inc @@ -200,7 +200,7 @@ function pager_find_page($element = 0) { * to theme('pager') will render a pager that correctly corresponds to the * items being displayed. * - * If the items being displayed result from a database query peformed using + * If the items being displayed result from a database query performed using * Drupal's database API, and if you have control over the construction of the * database query, you do not need to call this function directly; instead, you * can simply extend the query object with the 'PagerDefault' extender before |