From 4321c98a5bbfbca8cfaee3dbbfcb7d2773611c5b Mon Sep 17 00:00:00 2001 From: RattatAndyGo Date: Mon, 1 Sep 2025 14:05:23 +0200 Subject: [PATCH] fixed typos --- config/authorization/config.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/authorization/config.lisp b/config/authorization/config.lisp index 0b83e49..ed41b19 100644 --- a/config/authorization/config.lisp +++ b/config/authorization/config.lisp @@ -46,7 +46,7 @@ ;; ;; These are the graph specifications known in the system. No ;; guarantees are given as to what content is readable from a graph. If -;; two graphs are nearly identitacl and have the same name, perhaps the +;; two graphs are nearly identical and have the same name, perhaps the ;; specifications can be folded too. This could help when building ;; indexes. @@ -78,7 +78,7 @@ ;; (supply-allowed-group "company" ;; :query "PREFIX ext: ;; SELECT DISTINCT ?uuid WHERE { -;; ext:belongsToCompany/mu:uuid ?uuid ;; }" ;; :parameters ("uuid"))