Fix typos in the documentation.
authorWard Vandewege <ward@curii.com>
Tue, 20 Jul 2021 12:47:52 +0000 (08:47 -0400)
committerWard Vandewege <ward@curii.com>
Tue, 20 Jul 2021 12:47:52 +0000 (08:47 -0400)
No issue #

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>

doc/admin/restricting-upload-download.html.textile.liquid

index ea10752342d69beb264f5d5a096adc5dc935aa9e..a28faa7aa549916151864f3f2ea286b859831fdc 100644 (file)
@@ -49,7 +49,7 @@ The default policy allows anyone to upload or download.
 
 <pre>
     Collections:
-      WebDAVPermisison:
+      WebDAVPermission:
         User:
           Download: true
           Upload: true
@@ -81,7 +81,7 @@ For ease of access auditing, this policy prevents downloads using @arv-get@.  Do
 
 <pre>
     Collections:
-      WebDAVPermisison:
+      WebDAVPermission:
         User:
           Download: true
           Upload: true
@@ -105,7 +105,7 @@ This policy prevents regular users (non-admin) from downloading data.  Uploading
 
 <pre>
     Collections:
-      WebDAVPermisison:
+      WebDAVPermission:
         User:
           Download: false
           Upload: true
@@ -129,7 +129,7 @@ This policy is suitable for an installation where data is being shared with a gr
 
 <pre>
     Collections:
-      WebDAVPermisison:
+      WebDAVPermission:
         User:
           Download: true
           Upload: false