From da35d3e8f1b245359fab2ae2d10358c443b451d1 Mon Sep 17 00:00:00 2001 From: Brad Jorsch Date: Fri, 15 Dec 2017 13:12:09 -0500 Subject: [PATCH] Fix typo in ImportHandleUnknownUser hook documentation Change-Id: Ib37facf546e3088cc64373882bb276d2703575b4 --- docs/hooks.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hooks.txt b/docs/hooks.txt index 29883b25a6..ee38ea9d4a 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -1840,7 +1840,7 @@ $revisionInfo: Array of revision information Return false to stop further processing of the tag $reader: XMLReader object -'ImportHandleUnknownUser': When a user does exist locally, this hook is called +'ImportHandleUnknownUser': When a user doesn't exist locally, this hook is called to give extensions an opportunity to auto-create it. If the auto-creation is successful, return false. $name: User name -- 2.20.1