From 0e319040d036ed6bec7ce83a228821bbaead60dc Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 25 Jul 2007 19:47:20 +0000 Subject: [PATCH] =?utf8?q?Bug=20389463:=20Add=20new=20entries=20to=20006sp?= =?utf8?q?ellcheck.t=20-=20Patch=20by=20Fr=C3=83=C2=A9d=C3=83=C2=A9ric=20B?= =?utf8?q?uclin=20=20r=3Dmkanat=20a=3DLpSolit?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Bugzilla/Hook.pm | 2 +- t/006spellcheck.t | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Bugzilla/Hook.pm b/Bugzilla/Hook.pm index 3e784bd0ed..bdc26f6a27 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. diff --git a/t/006spellcheck.t b/t/006spellcheck.t index 0110aa188e..fe631e3890 100644 --- a/t/006spellcheck.t +++ b/t/006spellcheck.t @@ -31,12 +31,18 @@ BEGIN { # yes the indenting is off, deal with it #add the words to check here: @evilwords = qw( anyways +appearence arbitary +cancelled +critera databasa dependan existance existant paramater +refered +repsentation +suported varsion ); -- 2.47.2