diff options
author | vladd%bugzilla.org <> | 2006-06-19 23:47:29 +0200 |
---|---|---|
committer | vladd%bugzilla.org <> | 2006-06-19 23:47:29 +0200 |
commit | bd88c794432976d970125f113a9b80f7c3eafe12 (patch) | |
tree | dd47ce7e0a15d6b3d2947a0716801d22659385ed /Bugzilla | |
parent | 10b2568b550612df53d550b2703be98e97ad4074 (diff) | |
download | bugzilla-bd88c794432976d970125f113a9b80f7c3eafe12.tar.gz bugzilla-bd88c794432976d970125f113a9b80f7c3eafe12.tar.xz |
Spelling in code comments patch: 'modifed' -> 'modified'; patch by Vlad Dascalu <vladd@bugzilla.org>.
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Util.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Util.pm b/Bugzilla/Util.pm index c2281b535..01a977476 100644 --- a/Bugzilla/Util.pm +++ b/Bugzilla/Util.pm @@ -50,7 +50,7 @@ use Date::Parse; use Date::Format; use Text::Wrap; -# This is from the perlsec page, slightly modifed to remove a warning +# This is from the perlsec page, slightly modified to remove a warning # From that page: # This function makes use of the fact that the presence of # tainted data anywhere within an expression renders the |