diff options
author | vladd%bugzilla.org <> | 2008-04-04 13:48:16 +0200 |
---|---|---|
committer | vladd%bugzilla.org <> | 2008-04-04 13:48:16 +0200 |
commit | db65c52c3bda50c132459f51e2130c86177297d9 (patch) | |
tree | 998eabaa4244b4dd2d5958a179d751fa2db3e3da /docs | |
parent | 591e32cd2985957473cd7fd1c33d21b596ae205d (diff) | |
download | bugzilla-db65c52c3bda50c132459f51e2130c86177297d9.tar.gz bugzilla-db65c52c3bda50c132459f51e2130c86177297d9.tar.xz |
Spell-patch ('appearence' -> 'appearance') in the recently-added "The Bugzilla Extension Mechanism" documentation section, p=vladd.
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 180021468..5b9e99dee 100644 --- a/docs/en/xml/customization.xml +++ b/docs/en/xml/customization.xml @@ -494,7 +494,7 @@ <para> To use hooks to extend Bugzilla, first make sure there is a hook at the appropriate place within the source file or template you - want to extend. The exact appearence of a hook depends on if the hook + want to extend. The exact appearance of a hook depends on if the hook is a code hook or a template hook. </para> |