summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Hook.pm
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2007-07-25 21:47:20 +0200
committerlpsolit%gmail.com <>2007-07-25 21:47:20 +0200
commit0e319040d036ed6bec7ce83a228821bbaead60dc (patch)
treed3211dc36a57c056fe9fba89ae015c1a115b74ef /Bugzilla/Hook.pm
parent0f1cf40ea4dcc939a81a94d3df85586b124275ec (diff)
downloadbugzilla-0e319040d036ed6bec7ce83a228821bbaead60dc.tar.gz
bugzilla-0e319040d036ed6bec7ce83a228821bbaead60dc.tar.xz
Bug 389463: Add new entries to 006spellcheck.t - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
Diffstat (limited to 'Bugzilla/Hook.pm')
-rw-r--r--Bugzilla/Hook.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Hook.pm b/Bugzilla/Hook.pm
index 3e784bd0e..bdc26f6a2 100644
--- a/Bugzilla/Hook.pm
+++ b/Bugzilla/Hook.pm
@@ -68,7 +68,7 @@ Bugzilla::Hook - Extendible extension hooks for Bugzilla code
=head1 DESCRIPTION
Bugzilla allows extension modules to drop in and add routines at
-arbitrary points in Bugzilla code. These points are refered to as
+arbitrary points in Bugzilla code. These points are referred to as
hooks. When a piece of standard Bugzilla code wants to allow an extension
to perform additional functions, it uses Bugzilla::Hook's L</process>
subroutine to invoke any extension code if installed.