diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2012-04-12 17:12:40 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-04-12 17:12:40 +0200 |
commit | ea21fb4e6f33b9b445d7c0cfe553d73ce0bc8f78 (patch) | |
tree | a078d9af24e51a454df9bb66a646757cbf8588b9 | |
parent | ef3afee2a3471eff6c5285a258caba54c9b74ef3 (diff) | |
download | bugzilla-ea21fb4e6f33b9b445d7c0cfe553d73ce0bc8f78.tar.gz bugzilla-ea21fb4e6f33b9b445d7c0cfe553d73ce0bc8f78.tar.xz |
Fix typo
-rw-r--r-- | Bugzilla/Hook.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Hook.pm b/Bugzilla/Hook.pm index 002851c4e..5d60a87d1 100644 --- a/Bugzilla/Hook.pm +++ b/Bugzilla/Hook.pm @@ -1404,7 +1404,7 @@ It will be passed to the template. =item C<action> -A text which indicates the different behaviors that edit_users.cgi will have. +A text which indicates the different behaviors that editusers.cgi will have. With this hook you can change the behavior of an action or add new actions. =item C<user> |