summaryrefslogtreecommitdiff
path: root/includes/pager.inc
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2011-10-02 11:09:00 -0700
committerwebchick <webchick@24967.no-reply.drupal.org>2011-10-02 11:09:00 -0700
commitd967abdf1dab8b23fba39ce2aa35fe09cd5578f5 (patch)
treeb4c4c404d4683b934b4687ed696b883dd2ec905a /includes/pager.inc
parent9c42142614fdb292e231766dc778b959d74649c9 (diff)
downloadbrdo-d967abdf1dab8b23fba39ce2aa35fe09cd5578f5.tar.gz
brdo-d967abdf1dab8b23fba39ce2aa35fe09cd5578f5.tar.bz2
Issue #1054848 by barraponto: Fixing common typos through codespell.py.
Diffstat (limited to 'includes/pager.inc')
-rw-r--r--includes/pager.inc2
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