Merge branch 'patch-1' of https://github.com/jmkeil/jena-site into main
diff --git a/Jenkinsfile b/Jenkinsfile
index 065ba4e..dd5a2fa 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -64,7 +64,7 @@
         stage('Deploy') {
             when {
                 anyOf {
-                    branch 'master'
+                    branch 'main'
                 }
             }
             steps {
diff --git a/source/documentation/fuseki2/fuseki-data-access-control.md b/source/documentation/fuseki2/fuseki-data-access-control.md
index 756c2f7..e293441 100644
--- a/source/documentation/fuseki2/fuseki-data-access-control.md
+++ b/source/documentation/fuseki2/fuseki-data-access-control.md
@@ -277,7 +277,7 @@
         . . .
 </pre>
 
-All dataset storage types are supported. TDB1 and TBD2 have special implementations for handling graph access control.
+All dataset storage types are supported. TDB1 and TDB2 have special implementations for handling graph access control.
 
 ### Graph Security Registry {#graph-security-registry}