From 0e319040d036ed6bec7ce83a228821bbaead60dc Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 25 Jul 2007 19:47:20 +0000 Subject: Bug 389463: Add new entries to 006spellcheck.t - Patch by Frédéric Buclin r=mkanat a=LpSolit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bugzilla/Hook.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla') 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 subroutine to invoke any extension code if installed. -- cgit v1.2.3-24-g4f1b