This is an automated email from the ASF dual-hosted git repository.

mssun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave.git


The following commit(s) were added to refs/heads/master by this push:
     new f6254cd  Fix a typo of data_owner (#524)
f6254cd is described below

commit f6254cdb21d841bfea3b2e7598616d107a8fc81a
Author: Gordon King <[email protected]>
AuthorDate: Wed Jul 14 19:04:58 2021 -0700

    Fix a typo of data_owner (#524)
    
    Signed-off-by: Gordon <[email protected]>
---
 docs/access-control.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/access-control.md b/docs/access-control.md
index 08cfe4a..f94b2fa 100644
--- a/docs/access-control.md
+++ b/docs/access-control.md
@@ -93,7 +93,7 @@ of `data_owner(task_access_data.data, _)` is a subset of the 
`usr` domain,
 where each value `u` in the fact meets the condition that
 
 ```
-data_owern task_access_data.data u
+data_owner task_access_data.data u
 ```
 
 is in the terms database. `_` is called the query wild card and `<=` is the

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to