diff options
Diffstat (limited to 'Bugzilla/Hook.pm')
-rw-r--r-- | Bugzilla/Hook.pm | 2 |
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. |