You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@teaclave.apache.org by ms...@apache.org on 2021/07/15 02:05:08 UTC

[incubator-teaclave] branch master updated: Fix a typo of data_owner (#524)

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 <10...@users.noreply.github.com>
AuthorDate: Wed Jul 14 19:04:58 2021 -0700

    Fix a typo of data_owner (#524)
    
    Signed-off-by: Gordon <ga...@apache.org>
---
 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: commits-unsubscribe@teaclave.apache.org
For additional commands, e-mail: commits-help@teaclave.apache.org