Merge pull request #2246 from atomicpirate/patch-1

Minor fix: "lookup up" -> "looking up"
This commit is contained in:
James Phillips 2016-08-12 16:45:41 -07:00 committed by GitHub
commit 077f048f0c

View File

@ -449,7 +449,7 @@ check:
In the common case, the ACL Token of the invoker is used
to test the ability to look up a service. If a `Token` was specified when the
prepared query was created, the behavior changes and now the captured
ACL Token set by the definer of the query is used when lookup up a service.
ACL Token set by the definer of the query is used when looking up a service.
Capturing ACL Tokens is analogous to
[PostgreSQLs](http://www.postgresql.org/docs/current/static/sql-createfunction.html)