summaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/DB.pm')
-rw-r--r--Bugzilla/DB.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/DB.pm b/Bugzilla/DB.pm
index f97273e1a..ec241bcca 100644
--- a/Bugzilla/DB.pm
+++ b/Bugzilla/DB.pm
@@ -1628,7 +1628,7 @@ Abstract method, should be overridden by database specific code.
=item C<$limit> - number of rows to return from query (scalar)
-=item C<$offset> - number of rows to skip prior counting (scalar)
+=item C<$offset> - number of rows to skip before counting (scalar)
=back