Repository: incubator-pirk Updated Branches: refs/heads/gh-pages 828f34649 -> 809824015
fixing type on faq page Project: http://git-wip-us.apache.org/repos/asf/incubator-pirk/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-pirk/commit/80982401 Tree: http://git-wip-us.apache.org/repos/asf/incubator-pirk/tree/80982401 Diff: http://git-wip-us.apache.org/repos/asf/incubator-pirk/diff/80982401 Branch: refs/heads/gh-pages Commit: 8098240159b5b07ea1c211537f4bdef3d0af23ba Parents: 828f346 Author: eawilliams <[email protected]> Authored: Mon Aug 1 09:51:04 2016 -0400 Committer: eawilliams <[email protected]> Committed: Mon Aug 1 09:51:04 2016 -0400 ---------------------------------------------------------------------- faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/80982401/faq.md ---------------------------------------------------------------------- diff --git a/faq.md b/faq.md index 665a066..0f9ccd6 100644 --- a/faq.md +++ b/faq.md @@ -13,6 +13,6 @@ Communication between the Querier and Responder entities is necessary for the Qu As such, the authentication of the Query and Response objects remain external to Pirk and is left as a part of the access control/authentication of users' systems that are running the Pirk application and communicating with each other. -This also of the same philosophy as the Responder's data access: the Responder can only execute a query over data to which the data owner has given it access. This is enforced outside of Pirk -- data access controls of the data owner for a data user (such as Pirk) are outside of the scope of the Pirk project. +This also is of the same philosophy as the Responder's data access: the Responder can only execute a query over data to which the data owner has given it access. This is enforced outside of Pirk -- data access controls of the data owner for a data user (such as Pirk) are outside of the scope of the Pirk project.
