diff options
author | travis%sedsystems.ca <> | 2005-02-03 01:06:50 +0100 |
---|---|---|
committer | travis%sedsystems.ca <> | 2005-02-03 01:06:50 +0100 |
commit | 69ae89c97d42f05d856f267a072832b597745285 (patch) | |
tree | 0c7e86399d263994a9d98e2ebf42e9e484def7ff /Bugzilla | |
parent | 6ba7e301377ab2ffe7ee04cf1a52d801cf705935 (diff) | |
download | bugzilla-69ae89c97d42f05d856f267a072832b597745285.tar.gz bugzilla-69ae89c97d42f05d856f267a072832b597745285.tar.xz |
Bug 147151 : Expand the list of words 006spellcheck.t looks for; fix the places where they are wrong.
Patch by Marc Schumann <wurblzap@gmail.com> r=vladd a=justdave
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Config.pm | 4 | ||||
-rw-r--r-- | Bugzilla/DB.pm | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm index bbdf69ee6..eae2e75d0 100644 --- a/Bugzilla/Config.pm +++ b/Bugzilla/Config.pm @@ -45,10 +45,10 @@ use Bugzilla::Util; # .pms elsewhere. # $webdotdir must be in the webtree somewhere. Even if you use a local dot, # we output images to there. Also, if $webdot dir is not relative to the -# bugzilla root directory, you'll need to change showdependancygraph.cgi to +# bugzilla root directory, you'll need to change showdependencygraph.cgi to # set image_url to the correct location. # The script should really generate these graphs directly... -# Note that if $libpath is changed, some stuff will break, notably dependancy +# Note that if $libpath is changed, some stuff will break, notably dependency # graphs (since the path will be wrong in the HTML). This will be fixed at # some point. diff --git a/Bugzilla/DB.pm b/Bugzilla/DB.pm index 51b5c5389..c76682e23 100644 --- a/Bugzilla/DB.pm +++ b/Bugzilla/DB.pm @@ -44,10 +44,10 @@ use Bugzilla::Config qw(:DEFAULT :db); use Bugzilla::Util; # All this code is backwards compat fu. As such, its a bit ugly. Note the -# circular dependancies on Bugzilla.pm +# circular dependencies on Bugzilla.pm # This is old cruft which will be removed, so theres not much use in # having a separate package for it, or otherwise trying to avoid the circular -# dependancy +# dependency # XXX - mod_perl # These use |our| instead of |my| because they need to be cleared from |