diff options
author | vladd%bugzilla.org <> | 2006-06-20 00:09:22 +0200 |
---|---|---|
committer | vladd%bugzilla.org <> | 2006-06-20 00:09:22 +0200 |
commit | 04a1ddc583f5c34149488fc2fcba4437724bfb0f (patch) | |
tree | 3f61a5f6eb3e3c91e5d8f90c43b0fa744a684651 | |
parent | 7878b99a91b376b3ca5a673dbb90ee6d314a58d0 (diff) | |
download | bugzilla-04a1ddc583f5c34149488fc2fcba4437724bfb0f.tar.gz bugzilla-04a1ddc583f5c34149488fc2fcba4437724bfb0f.tar.xz |
Spelling in code comments patch: 'particuarly' -> 'particularly'; 'bugzilla' -> 'Bugzilla'; patch by Vlad Dascalu <vladd@bugzilla.org>.
-rw-r--r-- | Bugzilla/Config.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm index c0fae6eb8..a04bbfe8c 100644 --- a/Bugzilla/Config.pm +++ b/Bugzilla/Config.pm @@ -173,13 +173,13 @@ sub SetParam { sub UpdateParams { # --- PARAM CONVERSION CODE --- - # Note that this isn't particuarly 'clean' in terms of separating + # Note that this isn't particularly 'clean' in terms of separating # the backend code (ie this) from the actual params. # We don't care about that, though my $param = Bugzilla->params; - # Old bugzilla versions stored the version number in the params file + # Old Bugzilla versions stored the version number in the params file # We don't want it, so get rid of it delete $param->{'version'}; |