diff options
author | jocuri%softhome.net <> | 2008-04-04 13:48:05 +0200 |
---|---|---|
committer | jocuri%softhome.net <> | 2008-04-04 13:48:05 +0200 |
commit | 1bd46e3da6c54985fac4b527f747014d0d192e10 (patch) | |
tree | 13081f2bd6f6d23ecd7e858dc8e89b0aa9733106 /docs | |
parent | 7a2838de3473355d1cd652795241446886f721fb (diff) | |
download | bugzilla-1bd46e3da6c54985fac4b527f747014d0d192e10.tar.gz bugzilla-1bd46e3da6c54985fac4b527f747014d0d192e10.tar.xz |
Documentation spelling patch - remove duplicate 'when when' from customization section; patch by Vlad Dascalu <vladd@bugzilla.org>.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/en/xml/customization.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/xml/customization.xml b/docs/en/xml/customization.xml index 029aca625..4843f9bc4 100644 --- a/docs/en/xml/customization.xml +++ b/docs/en/xml/customization.xml @@ -468,7 +468,7 @@ for instance, <filename>enter_bug.cgi</filename> may invoke the hook "<varname>enter_bug-defaultvars</varname>". Thus, a source file at <filename>BUGZILLA_ROOT/extensions/EXTENSION_NAME/code/enter_bug-entrydefaultvars.pl</filename> - will be automatically invoked when when the code hook is reached. + will be automatically invoked when the code hook is reached. </para> <para> |