summaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB.pm
diff options
context:
space:
mode:
authortimeless%mozdev.org <>2007-12-16 17:32:49 +0100
committertimeless%mozdev.org <>2007-12-16 17:32:49 +0100
commit2fe815e9b6168dc98f37ba03f51c76206ae7fccc (patch)
treee7882556941a505bb994d05e5534b3569f5e0cbb /Bugzilla/DB.pm
parentc90d3ee4549519e18df0c049ff0777271bb38e1a (diff)
downloadbugzilla-2fe815e9b6168dc98f37ba03f51c76206ae7fccc.tar.gz
bugzilla-2fe815e9b6168dc98f37ba03f51c76206ae7fccc.tar.xz
Bug 369062 prior should read "earlier" in edit groups
r=lpsolit a=lpsolit
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